Skip to content

Commit

Permalink
Merge pull request #8627 from vrothberg/fix-8558-comments
Browse files Browse the repository at this point in the history
[CI:DOCS] add comment to #8558 regression test
  • Loading branch information
openshift-merge-robot authored Dec 7, 2020
2 parents e117ad3 + 9cd0efb commit 68718f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/system/030-run.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 68718f9

Please sign in to comment.