mirror of https://github.com/containers/podman.git
Always return all associated names / repo tags of an image and fix a bug with malformed repo tags. Previously, Podman returned all names only with `--all` but this flag only instructs to list intermediate images and should not alter associated names. With `--all` Podman queried the repo tags of an image which splits all *tagged* names into repository and tag which is then reassembled to eventually be parsed again in the frontend. Lot's of redundant CPU heat and buggy as the reassembly didn't consider digests which ultimately broke parsing in the frontend. Fixes: #7651 Signed-off-by: Valentin Rothberg <rothberg@redhat.com> |
||
---|---|---|
.. | ||
testdata | ||
config.go | ||
df.go | ||
docker_registry_options.go | ||
errors.go | ||
filters.go | ||
image.go | ||
image_test.go | ||
layer_tree.go | ||
manifests.go | ||
parts.go | ||
parts_test.go | ||
prune.go | ||
pull.go | ||
pull_test.go | ||
search.go | ||
signing_options.go | ||
tree.go | ||
utils.go |