Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ci-operator/config/openshift/os/openshift-os-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions ci-operator/config/openshift/os/openshift-os-release-5.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down