Actions
Bug #8375
closedWhen I upload the same image to two repositories, I get a validation failure that the tag is not unique per image
Description
We've discussed this with Foreman already and I think the thing to do would be to remove this validation as an image can belong to two repos (each with a tag with the same name).
Updated by David Davis about 10 years ago
- Blocks Tracker #7125: Docker Content Support added
Updated by David Davis about 10 years ago
I was actually able to show locally that I have two images with the same tag:
❯ docker images REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE daviddavis/scratch latest 32f4b763e8b0 11 days ago 0 B jlhawn/docker-scratch latest 32f4b763e8b0 11 days ago 0 B scratch latest 511136ea3c5a 17 months ago 0 B
Updated by David Davis about 10 years ago
- Project changed from Katello to Docker
- Category deleted (
Container)
Updated by The Foreman Bot about 10 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-docker/pull/45 added
- Pull request deleted (
)
Updated by David Davis about 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman-docker|0c89427cd4fba02e468c370a90eaad96bfa6ea4d.
Actions