File tree 3 files changed +3
-3
lines changed
containerfiles/lbi/usr/share/containers/systemd
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ print "IMAGES:"
6
6
podman -- storage-opt=additionalimagestore=/usr/lib/bootc/storage images # for debugging
7
7
assert ($images | any {|item | $item.column1 == " quay.io/curl/curl" })
8
8
assert ($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
10
10
11
11
tap ok
Original file line number Diff line number Diff line change 1
1
[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";
14
14
const TEST_IMAGES : & [ & str ] = & [
15
15
"quay.io/curl/curl-base:latest" ,
16
16
"quay.io/curl/curl:latest" ,
17
- "registry.redhat.io /ubi9/podman:latest" ,
17
+ "registry.access. redhat.com /ubi9/podman:latest" ,
18
18
] ;
19
19
20
20
fn main ( ) {
You can’t perform that action at this time.
0 commit comments