From 1deaf5ae4370da08beffd57df78bf0538bcb02a7 Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Mon, 1 Jun 2026 13:22:40 +0530 Subject: [PATCH] Test: update the image to rhel-10 to test 9p kernel module --- snc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snc.sh b/snc.sh index b547dcfa..0494596b 100755 --- a/snc.sh +++ b/snc.sh @@ -273,7 +273,7 @@ export KUBECONFIG=/tmp/kubeconfig if [[ ${BUNDLE_TYPE} == "okd" ]]; then RHCOS_IMAGE=$(${OC} adm release info -a ${OPENSHIFT_PULL_SECRET_PATH} ${OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE} --image-for=stream-coreos) else - RHCOS_IMAGE=$(${OC} adm release info -a ${OPENSHIFT_PULL_SECRET_PATH} ${OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE} --image-for=rhel-coreos) + RHCOS_IMAGE=$(${OC} adm release info -a ${OPENSHIFT_PULL_SECRET_PATH} ${OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE} --image-for=rhel-coreos-10) fi cat << EOF > ${INSTALL_DIR}/Containerfile FROM scratch