Skip to content

Commit

Permalink
Merge pull request #5999 from lgarciaaco/openshift-4.19-driver-toolkit
Browse files Browse the repository at this point in the history
Consume rhcos 96
  • Loading branch information
openshift-merge-bot[bot] authored Jan 16, 2025
2 parents e9d6258 + b274b04 commit d2953dd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
14 changes: 7 additions & 7 deletions group.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ vars:
IMPACT: Low
CVES: None
RHCOS_EL_MAJOR: 9
RHCOS_EL_MINOR: 4
RHCOS_EL_MINOR: 6

# The go versions used by the various CI builder images.
# WARNING: When updating GO_* vars, update streams.yml so that streams referencing
Expand Down Expand Up @@ -488,7 +488,7 @@ repos:
reposync:
enabled: false

rhel-9.6-baseos:
rhel-96-baseos:
conf:
baseurl:
x86_64: https://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.6/compose/BaseOS/x86_64/os
Expand All @@ -502,7 +502,7 @@ repos:
reposync:
enabled: true

rhel-9.6-appstream:
rhel-96-appstream:
conf:
baseurl:
x86_64: https://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.6/compose/AppStream/x86_64/os
Expand All @@ -516,13 +516,13 @@ repos:
reposync:
enabled: true

rhel-9.6-nfv:
rhel-96-nfv:
conf:
baseurl:
x86_64: https://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.6/compose/NFV/x86_64/os
aarch64: https://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.6/compose/NFV/aarch64/os
ppc64le: https://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.6/compose/NFV/ppc64le/os
s390x: https://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.6/compose/NFV/s390x/os
aarch64: https://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.6/compose/NFV/x86_64/os
ppc64le: https://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.6/compose/NFV/x86_64/os
s390x: https://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.6/compose/NFV/x86_64/os
extra_options:
gpgcheck: "1"
content_set:
Expand Down
5 changes: 4 additions & 1 deletion images/driver-toolkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ content:
modifications:
- action: replace
match: "ARG RHEL_VERSION=''"
replacement: "ARG RHEL_VERSION='9.4'"
replacement: "ARG RHEL_VERSION='9.6'"
# Uncomment the following sections to pin specific kernel versions
# - action: replace
# match: "ARG KERNEL_VERSION=''"
Expand All @@ -30,6 +30,9 @@ enabled_repos:
- rhel-9-baseos-rpms
- rhel-9-appstream-rpms
- rhel-9-rt-rpms
- rhel-96-baseos
- rhel-96-appstream
- rhel-96-nfv
for_payload: true
from:
member: openshift-enterprise-base-rhel9
Expand Down

0 comments on commit d2953dd

Please sign in to comment.