Introduce base-rhel9 image and replace ubi-minimal references [mce-2.11]#11697
Introduce base-rhel9 image and replace ubi-minimal references [mce-2.11]#11697girish1430 wants to merge 1 commit into
Conversation
Add a managed base-rhel9 image (layered on ubi-minimal) so MCE images receive timely RPM updates without waiting for RHEL releases. Replace all runtime stream: rhel9 references with member: base-rhel9 across 31 component configs. console-mce is unchanged as it uses rhel-9-nodejs-24 as its runtime base. Ref: HYPBLD-854 Signed-off-by: Girish Nagaraj <gnagaraj@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @girish1430. Thanks for your PR. I'm waiting for a openshift-eng member to verify that this patch is reasonable to test. If it is, they should reply with Tip We noticed you've done this a few times! Consider joining the org to skip this step and gain Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Summary
Add a managed
base-rhel9image (layered on ubi-minimal) so MCE images receive timely RPM updates without waiting for RHEL releases. Replace all runtimestream: rhel9references withmember: base-rhel9across 31 component configs.Same pattern as Brian's ACM 2.16 PR #11642 and the MTA 8.1 PR #11595.
Changes
images/base-rhel9.yml— managed base image layered on ubi-minimalstream: rhel9→member: base-rhel9group.yml— addedocp-build-datapublic_upstreams entry (required for base-rhel9 source)console-mce.yml(usesrhel-9-nodejs-24as runtime base, notrhel9)Ref: HYPBLD-854
Made with Cursor