mirror of https://github.com/containers/podman.git
Merge pull request #8627 from vrothberg/fix-8558-comments
[CI:DOCS] add comment to #8558 regression test
This commit is contained in:
commit
68718f9cda
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue