Fix OSC Go 1.26 builder tag to use openshift-4.23 - #81857
Fix OSC Go 1.26 builder tag to use openshift-4.23#81857openshift-merge-bot[bot] merged 1 commit into
Conversation
PR openshift#81818 bumped the Go builder from 1.25/4.21 to 1.26/4.22, but the image ocp/builder:rhel-9-golang-1.26-openshift-4.22 does not exist. The Go 1.26 builder is published under the 4.23 tag, as used by other projects (loki, rosa, odf-operator, etc.). This fixes all Prow CI jobs for sandboxed-containers-operator which are currently failing with "image not found". Signed-off-by: Daniel Kreling <dkreling@redhat.com> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughThe sandboxed containers operator devel pipeline now uses the OpenShift 4.23-based Go builder image instead of the OpenShift 4.22-based image. ChangesSandboxed containers CI configuration
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 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 |
|
[REHEARSALNOTIFIER]
A total of 61 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs. A full list of affected jobs can be found here Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse ack |
|
@dbkreling: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm but I don't have powers here. |
|
/lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: beraldoleal, dbkreling, tbuskey 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 |
|
@dbkreling: 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. |
Go 1.26 (set in #81818 and corrected in #81857) causes go mod tidy failures because it bumps major k8s dependencies (api/apimachinery from v0.34 to v0.35, controller-runtime from v0.22 to v0.23) which is unsafe on the release branch. Use rhel-9-golang-1.25-openshift-4.22 instead, which provides Go 1.25.x compatible with go.mod's "go 1.25.7" directive and avoids any dependency churn. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
PR openshift#81818 bumped the Go builder from 1.25/4.21 to 1.26/4.22, but the image ocp/builder:rhel-9-golang-1.26-openshift-4.22 does not exist. The Go 1.26 builder is published under the 4.23 tag, as used by other projects (loki, rosa, odf-operator, etc.). This fixes all Prow CI jobs for sandboxed-containers-operator which are currently failing with "image not found". Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Go 1.26 (set in openshift#81818 and corrected in openshift#81857) causes go mod tidy failures because it bumps major k8s dependencies (api/apimachinery from v0.34 to v0.35, controller-runtime from v0.22 to v0.23) which is unsafe on the release branch. Use rhel-9-golang-1.25-openshift-4.22 instead, which provides Go 1.25.x compatible with go.mod's "go 1.25.7" directive and avoids any dependency churn. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
PR #81818 bumped the Go builder from 1.25/4.21 to 1.26/4.22, but the image ocp/builder:rhel-9-golang-1.26-openshift-4.22 does not exist. The Go 1.26 builder is published under the 4.23 tag, as used by other projects (loki, rosa, odf-operator, etc.).
This fixes all Prow CI jobs for sandboxed-containers-operator which are currently failing with "image not found".
Summary by CodeRabbit
Updates the sandboxed-containers-operator OpenShift devel pipeline to use the available Go 1.26 builder image tagged
openshift-4.23, fixing Prow CI failures caused by the nonexistentopenshift-4.22image.