Zun

load another image with the same RepoTag, the old one will be override

Bug #1752794 reported by feng.shengqin@zte.com.cn
6
This bug affects 1 person
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)
Revision history for this message
Durga Malleswari Varanasi (durga1) wrote :

Hi feng,

Could you brief the expectation here?

Regards,
Malleswari

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.