File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
containerfiles/lbi/usr/share/containers/systemd Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ print "IMAGES:"
66podman -- storage-opt=additionalimagestore=/usr/lib/bootc/storage images # for debugging
77assert ($images | any {|item | $item.column1 == " quay.io/curl/curl" })
88assert ($images | any {|item | $item.column1 == " quay.io/curl/curl-base" })
9- assert ($images | any {|item | $item.column1 == " registry.redhat.io /ubi9/podman" }) # this image is signed
9+ assert ($images | any {|item | $item.column1 == " registry.access. redhat.com /ubi9/podman:latest " }) # this image is signed
1010
1111tap ok
Original file line number Diff line number Diff line change 11[Image]
2- Image=registry.redhat.io /ubi9/podman:latest
2+ Image=registry.access. redhat.com /ubi9/podman:latest
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const NAME: &str = "bootc";
1414const TEST_IMAGES : & [ & str ] = & [
1515 "quay.io/curl/curl-base:latest" ,
1616 "quay.io/curl/curl:latest" ,
17- "registry.redhat.io /ubi9/podman:latest" ,
17+ "registry.access. redhat.com /ubi9/podman:latest" ,
1818] ;
1919
2020fn main ( ) {
You can’t perform that action at this time.
0 commit comments