diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-12-07 09:11:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-07 09:11:48 -0500 |
commit | 68718f9cda435fed3b50a8601b1c1ff4400720fc (patch) | |
tree | e052dbced47c027e3b35882bed000ed80e1bd63a | |
parent | e117ad3ba26926d68efcf9cdfc8b6406f3615e99 (diff) | |
parent | 9cd0efbb5c35ad718a669370424ac6b1bf8aaaf6 (diff) | |
download | podman-68718f9cda435fed3b50a8601b1c1ff4400720fc.tar.gz podman-68718f9cda435fed3b50a8601b1c1ff4400720fc.tar.bz2 podman-68718f9cda435fed3b50a8601b1c1ff4400720fc.zip |
Merge pull request #8627 from vrothberg/fix-8558-comments
[CI:DOCS] add comment to #8558 regression test
-rw-r--r-- | test/system/030-run.bats | 2 |
1 files changed, 2 insertions, 0 deletions
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 |