Merge pull request #8627 from vrothberg/fix-8558-comments

[CI:DOCS] add comment to #8558 regression test
This commit is contained in:
OpenShift Merge Robot
2020-12-07 09:11:48 -05:00
committed by GitHub

View File

@ -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