mirror of
https://github.com/containers/podman.git
synced 2025-06-22 09:58:10 +08:00
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:
@ -541,6 +541,8 @@ json-file | f
|
||||
run_podman inspect $IMAGE --format "{{.ID}}"
|
||||
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 run --rm $imageID ls
|
||||
|
||||
|
Reference in New Issue
Block a user