File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- # Note that the GHA flow in ci.yml injects a binary from C9S .
2- FROM quay . io /centos -bootc /centos -bootc :stream9
1+ # Note that the GHA flow in ci.yml injects a binary from C10S .
2+ FROM quay . io /centos -bootc /centos -bootc :stream10
33RUN <<EORUN
44set -xeuo pipefail
55# Pull in the binary we just built; if you're doing this locally you'll want
Original file line number Diff line number Diff line change 22set -euxo pipefail
33
44cat > Containerfile << EOF
5- FROM quay.io/centos-bootc/centos-bootc:stream9
5+ FROM quay.io/centos-bootc/centos-bootc:stream10
66RUN dnf install -y vim-enhanced
77EOF
88
9- buildah pull quay.io/centos-bootc/centos-bootc:stream9
9+ buildah pull quay.io/centos-bootc/centos-bootc:stream10
1010buildah build -t localhost/my-image .
1111/usr/bin/rpm-ostree experimental compose build-chunked-oci --bootc --from=localhost/my-image --output=containers-storage:localhost/my-image-chunked --format-version=2
1212
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ compare_image_contents() {
4949}
5050
5151# First: a cross-arch rechunking
52- testimg_base=quay.io/centos-bootc/centos-bootc:stream9
52+ testimg_base=quay.io/centos-bootc/centos-bootc:stream10
5353chunked_output=localhost/chunked-ppc64le
5454podman pull --arch=ppc64le ${testimg_base}
5555podman run --rm --privileged --security-opt=label=disable \
Original file line number Diff line number Diff line change @@ -549,7 +549,7 @@ vm_run_container() {
549549 # (use -n so this ssh invocation doesn't consume stdin)
550550 vm_cmd -n mkdir -p /var/cache/dnf
551551 vm_cmd podman run --rm -v /var/cache/dnf:/var/cache/dnf:z $podman_args \
552- quay.io/centos/centos:stream9 " $@ "
552+ quay.io/centos/centos:stream10 " $@ "
553553}
554554
555555# $1 - service name
You can’t perform that action at this time.
0 commit comments