mirror of
https://github.com/containers/podman.git
synced 2025-12-15 03:18:45 +08: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>