Skip to content

ACM-37663: Rebase hypershift operator runtime image to RHEL 9.8 ELS - #9451

Open
yiraeChristineKim wants to merge 1 commit into
openshift:release-4.18from
yiraeChristineKim:ACM-37663
Open

ACM-37663: Rebase hypershift operator runtime image to RHEL 9.8 ELS#9451
yiraeChristineKim wants to merge 1 commit into
openshift:release-4.18from
yiraeChristineKim:ACM-37663

Conversation

@yiraeChristineKim

Copy link
Copy Markdown
Contributor

Jira: ACM-37663

Summary

  • Rebase Containerfile.operator runtime stage from rhel9-4-els/rhel:9.4 to rhel9-8-els/rhel:9.8
  • The 9.4 ELS base is no longer supported/receiving updates; MCE 2.8 operator builds need a supported ELS stream for patched OpenSSL and other base packages

Test plan

  • Comment /ok-to-test on Konflux hypershift-release-mce-28-on-pull-request
  • Verify operator image build succeeds on release-4.18
  • Attach resulting image digest to ACM-37663 for PSIRT validation

Made with Cursor

The rhel9-4-els 9.4 runtime image is no longer receiving updates.
Move hypershift-rhel9-operator builds to rhel9-8-els so OpenSSL and
other base packages come from a supported ELS stream.

Co-authored-by: Cursor <cursoragent@cursor.com>
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Pipeline controller notification
This repo is configured to use the pipeline controller. Second-stage tests will be triggered either automatically or after lgtm label is added, depending on the repository configuration. The pipeline controller will automatically detect which contexts are required and will utilize /test Prow commands to trigger the second stage.

For optional jobs, comment /test ? to see a list of all defined jobs. To trigger manually all jobs from second stage use /pipeline required command.

This repository is configured in: LGTM mode

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Aug 31, 2026
@openshift-ci-robot

Copy link
Copy Markdown

@yiraeChristineKim: This pull request references ACM-37663 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the vulnerability to target either version "4.18.z." or "openshift-4.18.z.", but it targets "MCE 2.8.0" instead.

Details

In response to this:

Jira: ACM-37663

Summary

  • Rebase Containerfile.operator runtime stage from rhel9-4-els/rhel:9.4 to rhel9-8-els/rhel:9.8
  • The 9.4 ELS base is no longer supported/receiving updates; MCE 2.8 operator builds need a supported ELS stream for patched OpenSSL and other base packages

Test plan

  • Comment /ok-to-test on Konflux hypershift-release-mce-28-on-pull-request
  • Verify operator image build succeeds on release-4.18
  • Attach resulting image digest to ACM-37663 for PSIRT validation

Made with Cursor

Instructions 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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci openshift-ci Bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 31, 2026
@openshift-ci

openshift-ci Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@coderabbitai

coderabbitai Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 3b44a8eb-756a-4854-a4d9-d7b068195b35

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

@yiraeChristineKim

Copy link
Copy Markdown
Contributor Author

/ok-to-test

@openshift-ci openshift-ci Bot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label Aug 31, 2026
@yiraeChristineKim
yiraeChristineKim marked this pull request as ready for review August 31, 2026 15:22
@openshift-ci openshift-ci Bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 31, 2026
@openshift-ci
openshift-ci Bot requested review from csrwng and sjenning August 31, 2026 15:22
@csrwng csrwng added the area/ci-tooling Indicates the PR includes changes for CI or tooling label Aug 31, 2026
@csrwng csrwng added approved Indicates a PR has been approved by an approver from all required OWNERS files. backport-risk-assessed Indicates a PR to a release branch has been evaluated and considered safe to accept. do-not-merge/needs-area labels Aug 31, 2026
@openshift-ci

openshift-ci Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: yiraeChristineKim

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci

openshift-ci Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

@yiraeChristineKim: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-aws 73deac0 link true /test e2e-aws
ci/prow/e2e-kubevirt-aws-ovn-reduced 73deac0 link true /test e2e-kubevirt-aws-ovn-reduced

Full PR test history. Your PR dashboard.

Details

Instructions 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. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/ci-tooling Indicates the PR includes changes for CI or tooling backport-risk-assessed Indicates a PR to a release branch has been evaluated and considered safe to accept. do-not-merge/needs-area jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. ok-to-test Indicates a non-member PR verified by an org member that is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants