Skip to content

Commit

Permalink
add comment to containers#8558 regression test
Browse files Browse the repository at this point in the history
As suggested by @edsantiago, add a comment to the regression test
of containers#8558 to better document the context.

Signed-off-by: Valentin Rothberg <[email protected]>
  • Loading branch information
vrothberg committed Dec 7, 2020
1 parent e117ad3 commit 9cd0efb
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 9cd0efb

Please sign in to comment.