Bug 1288168
| Summary: | The add-registry patch is broken and seems to have repercussions | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | David O. <root> |
| Component: | docker | Assignee: | Lokesh Mandvekar <lsm5> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 23 | CC: | adimania, admiller, dustymabe, dwalsh, ichavero, jcajka, jchaloup, lsm5, miminar, root, vbatts |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | docker-1.9.1-4.git6ec29ef.fc23 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-12-11 01:50:34 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
David O.
2015-12-03 17:46:44 UTC
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. |