load another image with the same RepoTag, the old one will be override
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Zun |
New
|
Undecided
|
feng.shengqin@zte.com.cn |
Bug Description
1. two images in glance with the same RepoTag
# docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
ubuntu lasest 2a675d92f698 11 months ago 132MB
ubuntu 7 0ef2e08ed3fa 12 months ago 130MB
#docker save ubuntu:7 | openstack image create test_image1 --container-format docker --disk-format raw
#docker tag 2a675d92f698 ubuntu:7
#docker save ubuntu:7 | openstack image create test_image2 --container-format docker --disk-format raw
2. load another image with the same RepoTag, the old one will be override
#zun run -n Container1 test_image1
# docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
ubuntu 7 0ef2e08ed3fa 12 months ago 130MB
#zun run -n Container2 test_image2
# docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
none none 0ef2e08ed3fa 12 months ago 130MB
ubuntu 7 2a675d92f698 11 months ago 132MB
Changed in zun: | |
assignee: | nobody → feng.shengqin@zte.com.cn (feng-shengqin) |
Hi feng,
Could you brief the expectation here?
Regards,
Malleswari