chef-boneyard / knife-container

DEPRECATED: Container support for Chef's Knife Command
Apache License 2.0
57 stars 11 forks source link

Image name with a tag doesn't work #20

Closed snayakie closed 10 years ago

snayakie commented 10 years ago

If image name contains a tag, such as "repo/xxx:yyy", the knife container build command fails due to rejection of the node-name from chef server.

tduffield commented 10 years ago

That's correct. At this time, knife-container doesn't support image names with tags. That is something that we are looking to correct in the near future.