add comment to #8558 regression test

As suggested by @edsantiago, add a comment to the regression test
of #8558 to better document the context.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
Valentin Rothberg 2020-12-07 14:28:21 +01:00
parent e117ad3ba2
commit 9cd0efbb5c

View file

@ -541,6 +541,8 @@ json-file | f
run_podman inspect $IMAGE --format "{{.ID}}" run_podman inspect $IMAGE --format "{{.ID}}"
imageID="$output" imageID="$output"
# prior to #8623 `podman run` would error out on untagged images with:
# Error: both RootfsImageName and RootfsImageID must be set if either is set: invalid argument
run_podman untag $IMAGE run_podman untag $IMAGE
run_podman run --rm $imageID ls run_podman run --rm $imageID ls