https://bugzilla.redhat.com/show_bug.cgi?id=1217987
Bug ID: 1217987 Summary: docker push to dockerhub does not work (docker 1.16) Product: Fedora Version: 21 Component: docker-io Assignee: ichavero@redhat.com Reporter: spousty@redhat.com QA Contact: extras-qa@fedoraproject.org CC: adimania@gmail.com, admiller@redhat.com, golang@lists.fedoraproject.org, hushan.jia@gmail.com, ichavero@redhat.com, jchaloup@redhat.com, jperrin@centos.org, lsm5@redhat.com, mattdm@redhat.com, mgoldman@redhat.com, miminar@redhat.com, s@shk.io, thrcka@redhat.com, vbatts@redhat.com
Description of problem:
I can build and tag a docker image on my local machine but I can not push it to dockerhub. I am sure I have a dockerhub account and I can push with F20 and docker 15. Maceij can push with Ubuntu and Docker 16.
Version-Release number of selected component (if applicable): Docker version 1.6.0, build 3eac457/1.6.0
How reproducible: Always
Steps to Reproduce: 1. Make a local docker image 2. Tag it 3. Try to push it to dockerhub
Actual results:
$ sudo docker build -t thesteve0/openshift-qpid:latest . Sending build context to Docker daemon 2.048 kB Sending build context to Docker daemon Step 0 : FROM fedora/qpid ---> 6b45d8271e13 Step 1 : MAINTAINER spousty spousty@redhat.com ---> Using cache ---> 32b450b8f57a Step 2 : ENV IMAGE_DESCRIPTION QPID C++ AMQP Server 0.30.3 ---> Using cache ---> 03be2f186029 Step 3 : ENV IMAGE_TAGS qpid,qpid030, ---> Using cache ---> 13797654c23f Step 4 : ENV IMAGE_EXPOSE_SERVICES 5672:qpid ---> Using cache ---> 3a0843e1e66e Step 5 : EXPOSE 5672 ---> Using cache ---> 465c93d05637 Step 6 : ENTRYPOINT qpidd -t --auth=no ---> Using cache ---> 4ff0b3679c09 Successfully built 4ff0b3679c09
$ sudo docker images REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE thesteve0/openshift-qpid latest 4ff0b3679c09 2 minutes ago 607.1 MB
$ sudo docker push thesteve0/openshift-qpid:latest
Do you really want to push to public registry? [Y/n]: Y The push refers to a repository [docker.io/thesteve0/openshift-qpid] (len: 1) FATA[0001] Repository does not exist: docker.io/thesteve0/openshift-qpid
Expected results:
The image should be pushed to dockerhub
Additional info:
https://bugzilla.redhat.com/show_bug.cgi?id=1217987
Steven Citron-Pousty spousty@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jhonce@redhat.com, | |maszulik@redhat.com, | |spousty@redhat.com
--- Comment #1 from Steven Citron-Pousty spousty@redhat.com --- See the thread starting here for this issue hitting another user a few days ago
https://forums.docker.com/t/docker-push-error-fata-0001-respository-does-not...
https://bugzilla.redhat.com/show_bug.cgi?id=1217987
Andy Goldstein agoldste@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |agoldste@redhat.com
--- Comment #2 from Andy Goldstein agoldste@redhat.com --- The current workaround: sudo docker push docker.io/thesteve0/openshift-qpid:latest. You need to include the docker.io/ prefix when pushing to the Hub.
https://bugzilla.redhat.com/show_bug.cgi?id=1217987
jalmansor@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jalmansor@gmail.com
--- Comment #3 from jalmansor@gmail.com --- I've noticed this issue as well. I tried swapping the package binary with the binary from docker and it worked fine and it didn't display the public registry prompt.
https://bugzilla.redhat.com/show_bug.cgi?id=1217987
Michal Minar miminar@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED
--- Comment #4 from Michal Minar miminar@redhat.com --- Thank you Steven for reporting this. PR https://github.com/rhatdan/docker/pull/48 fixes it.
https://bugzilla.redhat.com/show_bug.cgi?id=1217987
Michal Minar miminar@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |1218639
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1218639 [Bug 1218639] docker push to dockerhub does not work (docker 1.16)
https://bugzilla.redhat.com/show_bug.cgi?id=1217987
Fedora Update System updates@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |MODIFIED
https://bugzilla.redhat.com/show_bug.cgi?id=1217987
--- Comment #5 from Fedora Update System updates@fedoraproject.org --- docker-1.6.0-3.git9d26a07.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/docker-1.6.0-3.git9d26a07.fc22
https://bugzilla.redhat.com/show_bug.cgi?id=1217987
--- Comment #6 from Fedora Update System updates@fedoraproject.org --- docker-io-1.6.0-5.git350a636.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/docker-io-1.6.0-5.git350a636.fc21
https://bugzilla.redhat.com/show_bug.cgi?id=1217987
--- Comment #7 from Fedora Update System updates@fedoraproject.org --- docker-io-1.6.0-1.git350a636.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/docker-io-1.6.0-1.git350a636.fc20
https://bugzilla.redhat.com/show_bug.cgi?id=1217987
Fedora Update System updates@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |ON_QA
--- Comment #8 from Fedora Update System updates@fedoraproject.org --- Package docker-1.6.0-3.git9d26a07.fc22: * should fix your issue, * was pushed to the Fedora 22 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing docker-1.6.0-3.git9d26a07.fc22' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-7836/docker-1.6.0-3.git9... then log in and leave karma (feedback).
https://bugzilla.redhat.com/show_bug.cgi?id=1217987
Fedora Update System updates@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Fixed In Version| |docker-1.6.0-3.git9d26a07.f | |c22 Resolution|--- |ERRATA Last Closed| |2015-05-22 15:53:58
--- Comment #9 from Fedora Update System updates@fedoraproject.org --- docker-1.6.0-3.git9d26a07.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report.
https://bugzilla.redhat.com/show_bug.cgi?id=1217987
--- Comment #10 from Fedora Update System updates@fedoraproject.org --- docker-io-1.6.2-1.git9f4bf0a.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/docker-io-1.6.2-1.git9f4bf0a.fc21
https://bugzilla.redhat.com/show_bug.cgi?id=1217987
--- Comment #11 from Fedora Update System updates@fedoraproject.org --- docker-io-1.6.2-3.gitc3ca5bb.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/docker-io-1.6.2-3.gitc3ca5bb.fc21
https://bugzilla.redhat.com/show_bug.cgi?id=1217987
Fedora Update System updates@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version|docker-1.6.0-3.git9d26a07.f |docker-io-1.6.2-3.gitc3ca5b |c22 |b.fc21
--- Comment #12 from Fedora Update System updates@fedoraproject.org --- docker-io-1.6.2-3.gitc3ca5bb.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report.
golang@lists.fedoraproject.org