File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66use std assert
77use tap .nu
88
9- # In this test we install a generic image mainly because it keeps
10- # this test in theory independent of starting from a bootc host,
11- # but also because it's useful to test "skew" between the bootc binary
12- # doing the install and the target image.
13- let target_image = " docker://quay.io/centos-bootc/centos-bootc:stream9"
9+ # Copy the booted image to container storage for use as install source
10+ bootc image copy-to-storage
11+ let target_image = " containers-storage:localhost/bootc"
1412
1513# setup filesystem
1614mkdir /var/mnt
Original file line number Diff line number Diff line change 1212use std assert
1313use tap .nu
1414
15- # Use a generic target image to test skew between the bootc binary doing
16- # the install and the target image
17- let target_image = " docker://quay.io/centos- bootc/centos-bootc:stream9 "
15+ # Copy the booted image to container storage for use as install source
16+ bootc image copy-to-storage
17+ let target_image = " containers-storage:localhost/ bootc"
1818
1919def main [] {
2020 tap begin " install with experimental unified storage flag"
You can’t perform that action at this time.
0 commit comments