From 9cd0efbb5c35ad718a669370424ac6b1bf8aaaf6 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Mon, 7 Dec 2020 14:28:21 +0100 Subject: 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 --- test/system/030-run.bats | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/system/030-run.bats b/test/system/030-run.bats index d6f1d471a..3ee141f5f 100644 --- a/test/system/030-run.bats +++ b/test/system/030-run.bats @@ -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 -- cgit v1.2.3-54-g00ecf