Skip to content

Image naming #67

@sassrobi

Description

@sassrobi

Hi!
I'm using decking from npm (v0.2.1) with docker (v1.0.1), and i found a strange behaviour.
In my decking.json i got this image declaration:

"images":{
    "identity-postgres":"./identity-postgres"
},
(etc...)

i've got a valid Dockerfile in identity-postgres folder.
When i run decking build all it builds the image, but isn't give it a name nor a tag.

REPOSITORY                              TAG                 IMAGE ID
<none>                                  <none>              ba303aaec020

It's not working even if i try it with exact name (decking build identity-postgres)
Because of this, it cannot intstantiate a container from it in decking create phase...

What am i doing wrong?
Thanks!

ps. sorry for my bad english

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions