We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ea6f1 commit 8eca9aeCopy full SHA for 8eca9ae
tests/booted/test-logically-bound-install.nu
@@ -6,6 +6,6 @@ print "IMAGES:"
6
podman --storage-opt=additionalimagestore=/usr/lib/bootc/storage images # for debugging
7
assert ($images | any {|item| $item.column1 == "quay.io/curl/curl"})
8
assert ($images | any {|item| $item.column1 == "quay.io/curl/curl-base"})
9
-assert ($images | any {|item| $item.column1 == "registry.access.redhat.com/ubi9/podman:latest"}) # this image is signed
+assert ($images | any {|item| $item.column1 == "registry.access.redhat.com/ubi9/podman"}) # this image is signed
10
11
tap ok
0 commit comments