From 2c181474c1aaf2b858a2f44facd7b69fe6465647 Mon Sep 17 00:00:00 2001 From: Chai Bot Date: Fri, 3 Jul 2026 12:34:19 +0000 Subject: [PATCH] Add EXTENSIONS_YUM_REPO_NAMES build arg to openshift/os extensions images Add the EXTENSIONS_YUM_REPO_NAMES build arg to the rhel-coreos-extensions and rhel-coreos-10-extensions image definitions in both master and release-5.0 ci-operator configs. This enables the extensions Containerfile to install packages from the correct yum repos during CI builds. RHEL 9 extensions: rhel-9.8-baseos,rhel-9.8-appstream,rhel-9.8-server-ose-5.0,rhel-9.8-highavailability,rhel-9.8-fast-datapath RHEL 10 extensions: rhel-10.2-baseos,rhel-10.2-appstream,rhel-10.2-server-ose-5.0,rhel-10.2-highavailability,rhel-10.2-fast-datapath Co-Authored-By: Claude Opus 4.6 --- ci-operator/config/openshift/os/openshift-os-master.yaml | 4 ++++ ci-operator/config/openshift/os/openshift-os-release-5.0.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/ci-operator/config/openshift/os/openshift-os-master.yaml b/ci-operator/config/openshift/os/openshift-os-master.yaml index 55b9e590eaffd..a263140811e1a 100644 --- a/ci-operator/config/openshift/os/openshift-os-master.yaml +++ b/ci-operator/config/openshift/os/openshift-os-master.yaml @@ -38,6 +38,8 @@ images: value: "1" - name: STREAM_CLASS value: rhel-9 + - name: EXTENSIONS_YUM_REPO_NAMES + value: rhel-9.8-baseos,rhel-9.8-appstream,rhel-9.8-server-ose-5.0,rhel-9.8-highavailability,rhel-9.8-fast-datapath dockerfile_path: extensions/Containerfile inputs: rhel-coreos: @@ -68,6 +70,8 @@ images: value: "1" - name: STREAM_CLASS value: rhel-10 + - name: EXTENSIONS_YUM_REPO_NAMES + value: rhel-10.2-baseos,rhel-10.2-appstream,rhel-10.2-server-ose-5.0,rhel-10.2-highavailability,rhel-10.2-fast-datapath dockerfile_path: extensions/Containerfile inputs: rhel-coreos-10: diff --git a/ci-operator/config/openshift/os/openshift-os-release-5.0.yaml b/ci-operator/config/openshift/os/openshift-os-release-5.0.yaml index 244286ee26042..e91107e8defbf 100644 --- a/ci-operator/config/openshift/os/openshift-os-release-5.0.yaml +++ b/ci-operator/config/openshift/os/openshift-os-release-5.0.yaml @@ -38,6 +38,8 @@ images: value: "1" - name: STREAM_CLASS value: rhel-9 + - name: EXTENSIONS_YUM_REPO_NAMES + value: rhel-9.8-baseos,rhel-9.8-appstream,rhel-9.8-server-ose-5.0,rhel-9.8-highavailability,rhel-9.8-fast-datapath dockerfile_path: extensions/Containerfile inputs: rhel-coreos: @@ -68,6 +70,8 @@ images: value: "1" - name: STREAM_CLASS value: rhel-10 + - name: EXTENSIONS_YUM_REPO_NAMES + value: rhel-10.2-baseos,rhel-10.2-appstream,rhel-10.2-server-ose-5.0,rhel-10.2-highavailability,rhel-10.2-fast-datapath dockerfile_path: extensions/Containerfile inputs: rhel-coreos-10: