Fix okd-scos router config: use 4.22 base-stream9 image - #81740
Conversation
WalkthroughThe router SCOS build configuration changes its base image references from ChangesRouter SCOS image configuration
Estimated code review effort: 1 (Trivial) | ~3 minutes 🚥 Pre-merge checks | ✅ 5 | ❌ 10❌ Failed checks (10 inconclusive)
✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The scos-5.0 base-stream9 image is currently built on CentOS Stream 10, which lacks pcre1 libraries needed by haproxy28. Use the known-good scos-4.22 base-stream9 image instead until the upstream images config is resolved.
00dafcb to
bc82059
Compare
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse pull-ci-openshift-router-master-okd-scos-images |
|
@Prashanth684: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
|
/pj-rehearse ack |
|
@Prashanth684: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: Prashanth684, pskrbasu The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@pskrbasu: all tests passed! Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
Summary
base-stream9image is currently built on CentOS Stream 10, which lacks pcre1 libraries needed byhaproxy28base-stream9image for the router's okd-scos config until the upstream images config is resolvedTest plan
rehearse-pull-ci-openshift-router-master-okd-scos-imagesshould pass with this fix appliedSummary by CodeRabbit
Updates the OpenShift Router OKD SCOS image build to use the CentOS Stream 9-compatible
origin_scos-4.22_base-stream9base image, avoiding RHEL 9 RPM compatibility failures while preserving existing promotion and release settings.