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: