1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 15:45:53 +01:00

ci: Use c9s for install-outside-container tests

The newer bootupd hasn't been rolled out to this image yet,
so this should avoid version skew problems.

See https://github.com/coreos/bootupd/pull/995

Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
Colin Walters
2026-01-20 22:44:00 +00:00
parent e9d4359f64
commit ebbd34834b
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ use tap.nu
# this test in theory independent of starting from a bootc host,
# but also because it's useful to test "skew" between the bootc binary
# doing the install and the target image.
let target_image = "docker://quay.io/centos-bootc/centos-bootc:stream10"
let target_image = "docker://quay.io/centos-bootc/centos-bootc:stream9"
# setup filesystem
mkdir /var/mnt

View File

@@ -13,7 +13,7 @@ use tap.nu
# Use a generic target image to test skew between the bootc binary doing
# the install and the target image
let target_image = "docker://quay.io/centos-bootc/centos-bootc:stream10"
let target_image = "docker://quay.io/centos-bootc/centos-bootc:stream9"
def main [] {
tap begin "install with experimental unified storage flag"