mirror of
https://github.com/containers/podman.git
synced 2026-07-11 07:45:16 -04:00
Adds two fields to the output of `podman image list --format json`, "Repository" and "Tag." Consequently makes the existing embedded field "RepoTag" redundant, and in current implementation is always `nil`. Adds `json:",omitempty"` to improve program output. Fixes: #27632 Signed-off-by: givensuman <givensuman@duck.com>