docker tag fails with a 'Invalid repository name'
Bug #1310954 reported by
Julien Vey
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
nova-docker |
Fix Committed
|
Low
|
Unassigned |
Bug Description
Within devstack, the driver, at some point, try to issue the following command :
docker tag cirros:latest cirros-
This one fails with an error :
Invalid repository name (ex: "registry.
I found the root cause is a dot in the image tag, as described in the docker repo here https:/
This bug is intended to track the upstream bug in case someone hits it.
A workaround is to set the env var DEFAULT_
To post a comment you must log in.
It looks like the upstream bug is resolved now.
Note that there would still be an issue with
'docker tag cirros:latest cirros- 0.3.1-x86_ 64-uec' ,
However, the devstack plugin doesn't do that.. It does the following which should (and appears to) work:
'docker tag cirros:latest registry. host/cirros- 0.3.1-x86_ 64-uec' .
Since the usage of image tagging from devstack with the latest versions of Docker seems to work, this is being closed.