summaryrefslogtreecommitdiff
path: root/test/e2e/healthcheck_run_test.go
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2020-09-16 12:12:07 +0200
committerValentin Rothberg <rothberg@redhat.com>2020-09-17 12:23:58 +0200
commitecae5f7adeb1acea9c090c3d6c43f7470f33ac84 (patch)
tree5e17fab239a3c698a027733b7eba5ffcb0cacbe1 /test/e2e/healthcheck_run_test.go
parent8d7e7954546efb344d677e0c3c86d9d045a3de4f (diff)
downloadpodman-ecae5f7adeb1acea9c090c3d6c43f7470f33ac84.tar.gz
podman-ecae5f7adeb1acea9c090c3d6c43f7470f33ac84.tar.bz2
podman-ecae5f7adeb1acea9c090c3d6c43f7470f33ac84.zip
image list: return all associated names
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>
Diffstat (limited to 'test/e2e/healthcheck_run_test.go')
0 files changed, 0 insertions, 0 deletions