Zun

'zun show <container>' shows the repo name of image without tag in the 'image' field.

Bug #1682006 reported by Himani
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Zun
Incomplete
Undecided
Himani

Bug Description

zun show <container> shows only the repository name in 'image' field.

There can be many images of the same repo name in docker registry with different tags.
Hence it is difficult to know which image is being used to launch the container as it doesn't show the tag of the image or image-id.

Himani (himani-relan)
summary: - 'zun show' shows the repo name of image without tag in the 'image'
- field.
+ 'zun show <container>' shows the repo name of image without tag in the
+ 'image' field.
description: updated
Changed in zun:
assignee: nobody → Himani (himani-relan)
Revision history for this message
hongbin (hongbin034) wrote :

Hi, @Himani,

Could you provide the steps to reproduce this bug? I tried to reproduce it but I cannot. Please check below. It looks the 'image' field (nginx:latest) has both repo (nginx) and tag (latest).

$ zun run --name test nginx:latest
$ zun show test
+-------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Property | Value |
+-------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
...
| image | nginx:latest
...

Revision history for this message
hongbin (hongbin034) wrote :

I am going to mark this bug as 'Imcompleted'. Will revisit it after getting further clarifications from @Himani.

Changed in zun:
status: New → Incomplete
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.