Skip to content

Commit e1047eb

Browse files
authored
Merge pull request #5516 from jmarrero/ci-fix1
tests: Update remaining stream9 references to stream10
2 parents a22c21e + fbe1012 commit e1047eb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

tests/build-chunked-oci/Containerfile.builder

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33
RUN <<EORUN
44
set -xeuo pipefail
55
# Pull in the binary we just built; if you're doing this locally you'll want

tests/build-chunked-oci/test-buildah.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
set -euxo pipefail
33

44
cat > Containerfile <<EOF
5-
FROM quay.io/centos-bootc/centos-bootc:stream9
5+
FROM quay.io/centos-bootc/centos-bootc:stream10
66
RUN dnf install -y vim-enhanced
77
EOF
88

9-
buildah pull quay.io/centos-bootc/centos-bootc:stream9
9+
buildah pull quay.io/centos-bootc/centos-bootc:stream10
1010
buildah 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

tests/build-chunked-oci/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
5353
chunked_output=localhost/chunked-ppc64le
5454
podman pull --arch=ppc64le ${testimg_base}
5555
podman run --rm --privileged --security-opt=label=disable \

tests/common/libvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)