Description of problem: There are a number of issues: * The --add-registry daemon option has no effect anymore. * Even when it's not specified, a relative docker push to Docker Hub doesn't work. * And docker build prefixes the resulting image name with a slash (unless you use an absolute URL). Version-Release number of selected component (if applicable): docker-1.9.1-2.git78bc3ea.fc23.x86_64 How reproducible: always Steps to Reproduce: 1. docker push $USER/fedora:23 2. echo 'FROM busybox' | docker build -t test - Actual results: 1. unable to ping registry endpoint https://$USER/v0/ v2 ping attempt failed with error: Get https://$USER/v2/: dial tcp: lookup $USER: No address associated with hostname v1 ping attempt failed with error: Get https://$USER/v1/_ping: dial tcp: lookup $USER: No address associated with hostname 2. docker images | egrep '\btest\b' /test latest c51f86c28340 4 weeks ago 1.109 MB Expected results: - Additional info: -
A note for the '/' prefix issue: If you already have a user/name image and try to build with -t user/name then you end up with two images: user/name and /user/name which is really confusing. Running `docker rm user/name` twice deletes both. Building with -t docker.io/user/name works as expected. Also none of these issues exists in upstream docker - hence me thinking this is rooted in the add-registry patch.
Is this something that is fixed in docker-1.9.1-3?
Yes. Once it's built. It looks like previous two builds failed.
docker-1.9.1-4.git6ec29ef.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-5917f166c6
docker-1.9.1-4.git6ec29ef.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update docker' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-5917f166c6
docker-1.9.1-4.git6ec29ef.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.