From fbe1012944dd92fa84b98c7d1b291325bb5019d9 Mon Sep 17 00:00:00 2001 From: Joseph Marrero Corchado Date: Fri, 24 Oct 2025 12:05:18 -0400 Subject: [PATCH] tests: Update remaining stream9 references to stream10 Complete the migration from CentOS Stream 9 to Stream 10 that was started in commit a5f8d849. The build-chunked-oci tests were failing with "librpm.so.10: cannot open shared object file" because they were still using stream9 images with the stream10-built rpm-ostree binary. Assisted-by: Claude Code --- tests/build-chunked-oci/Containerfile.builder | 4 ++-- tests/build-chunked-oci/test-buildah.sh | 4 ++-- tests/build-chunked-oci/test.sh | 2 +- tests/common/libvm.sh | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/build-chunked-oci/Containerfile.builder b/tests/build-chunked-oci/Containerfile.builder index 0ec6144d26..925738f922 100644 --- a/tests/build-chunked-oci/Containerfile.builder +++ b/tests/build-chunked-oci/Containerfile.builder @@ -1,5 +1,5 @@ -# Note that the GHA flow in ci.yml injects a binary from C9S. -FROM quay.io/centos-bootc/centos-bootc:stream9 +# Note that the GHA flow in ci.yml injects a binary from C10S. +FROM quay.io/centos-bootc/centos-bootc:stream10 RUN < Containerfile <