File tree Expand file tree Collapse file tree
tmt/tests/booted/readonly Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,8 +33,9 @@ if not $has_storage {
3333 # And verify this works
3434 bootc image cmd list - q o>/dev/null
3535
36- bootc image cmd pull busybox
37- podman -- storage-opt=additionalimagestore=/usr/lib/bootc/storage image exists busybox
36+ let public_test_image = " quay.io/libpod/busybox:latest"
37+ bootc image cmd pull $public_test_image
38+ podman -- storage-opt=additionalimagestore=/usr/lib/bootc/storage image exists $public_test_image
3839
3940 # Images in bootc storage should be listed with type "unified"
4041 let images = bootc image list -- format json | from json
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ if $is_composefs {
5656 # we can't get from `bootc internals cfs ...`
5757 mkdir /var/tmp/sysroot/composefs
5858 bootc internals cfs -- insecure -- repo /var/tmp/sysroot/composefs init
59- bootc internals cfs -- insecure -- repo /var/tmp/sysroot/composefs oci pull docker://busybox busybox
59+ bootc internals cfs -- insecure -- repo /var/tmp/sysroot/composefs oci pull docker://quay.io/libpod/ busybox:latest busybox
6060 test - L /var/tmp/sysroot/composefs/streams/refs/oci/busybox
6161}
6262
You can’t perform that action at this time.
0 commit comments