Skip to content

Fix OSC Go 1.26 builder tag to use openshift-4.23 - #81857

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
dbkreling:osc-fix-golang-builder-tag
Jul 14, 2026
Merged

Fix OSC Go 1.26 builder tag to use openshift-4.23#81857
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
dbkreling:osc-fix-golang-builder-tag

Conversation

@dbkreling

@dbkreling dbkreling commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

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 nonexistent openshift-4.22 image.

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>
@openshift-ci
openshift-ci Bot requested review from jensfr and tbuskey July 14, 2026 12:57
@coderabbitai

coderabbitai Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: 34c35709-a63d-4ed4-a0a7-444fef072be0

📥 Commits

Reviewing files that changed from the base of the PR and between a3dd1f7 and 468ff95.

📒 Files selected for processing (1)
  • ci-operator/config/openshift/sandboxed-containers-operator/openshift-sandboxed-containers-operator-devel.yaml

Walkthrough

The sandboxed containers operator devel pipeline now uses the OpenShift 4.23-based Go builder image instead of the OpenShift 4.22-based image.

Changes

Sandboxed containers CI configuration

Layer / File(s) Summary
Update devel builder image tag
ci-operator/config/openshift/sandboxed-containers-operator/openshift-sandboxed-containers-operator-devel.yaml
Updates build_root.image_stream_tag.tag from rhel-9-golang-1.26-openshift-4.22 to rhel-9-golang-1.26-openshift-4.23.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

  • openshift/release#81818: Updates the same devel CI configuration’s builder and related OpenShift image tags to a prior OpenShift 4.x version.

Suggested reviewers: littlejawa

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main change: updating the OSC Go 1.26 builder tag to openshift-4.23.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed Only a ci-operator YAML changed; no Ginkgo titles (It/Describe/Context/When) were added or edited.
Test Structure And Quality ✅ Passed Only a ci-operator YAML changed; no Ginkgo test code was added or modified, so the test-structure checklist is not applicable.
Microshift Test Compatibility ✅ Passed Only a CI config image tag changed; no Ginkgo tests or OpenShift API usage were added.
Single Node Openshift (Sno) Test Compatibility ✅ Passed Only a ci-operator YAML builder tag changed; no Ginkgo/e2e tests were added or modified, so SNO compatibility is not implicated.
Topology-Aware Scheduling Compatibility ✅ Passed Only a ci-operator builder image tag changed; no deployment, controller, affinity, selector, or replica logic was added.
Ote Binary Stdout Contract ✅ Passed PR only changes a ci-operator YAML build_root tag; no process-level code or stdout writes were introduced.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed Only a CI builder tag changed in a Prow config YAML; no new Ginkgo e2e tests or networking logic were added.
No-Weak-Crypto ✅ Passed PR only updates a builder image tag in YAML; no weak-crypto primitives, custom crypto, or secret comparisons are present.
Container-Privileges ✅ Passed The only changed file just updates the builder image tag; no privileged, hostPID/network/IPC, SYS_ADMIN, or allowPrivilegeEscalation settings are present.
No-Sensitive-Data-In-Logs ✅ Passed PR only updates a CI builder image tag; it adds no log statements or sensitive data exposure.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

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

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@dbkreling: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
pull-ci-openshift-sandboxed-containers-operator-devel-check openshift/sandboxed-containers-operator presubmit Ci-operator config changed
pull-ci-openshift-sandboxed-containers-operator-devel-ci-bundle-openshift-sandboxed-containers-operator-bundle openshift/sandboxed-containers-operator presubmit Ci-operator config changed
pull-ci-openshift-sandboxed-containers-operator-devel-gofmt openshift/sandboxed-containers-operator presubmit Ci-operator config changed
pull-ci-openshift-sandboxed-containers-operator-devel-images openshift/sandboxed-containers-operator presubmit Ci-operator config changed
pull-ci-openshift-sandboxed-containers-operator-devel-sandboxed-containers-operator-e2e openshift/sandboxed-containers-operator presubmit Ci-operator config changed
periodic-ci-openshift-sandboxed-containers-operator-devel-downstream-candidate419-aws-ipi-peerpods N/A periodic Ci-operator config changed
periodic-ci-openshift-sandboxed-containers-operator-devel-downstream-candidate419-aro-ipi-coco N/A periodic Ci-operator config changed
periodic-ci-openshift-sandboxed-containers-operator-devel-downstream-candidate419-azure-ipi-kata N/A periodic Ci-operator config changed
periodic-ci-openshift-sandboxed-containers-operator-devel-downstream-candidate421-aws-ipi-coco N/A periodic Ci-operator config changed
periodic-ci-openshift-sandboxed-containers-operator-devel-downstream-candidate421-azure-ipi-peerpods N/A periodic Ci-operator config changed
periodic-ci-openshift-sandboxed-containers-operator-devel-downstream-candidate420-aro-ipi-peerpods N/A periodic Ci-operator config changed
periodic-ci-openshift-sandboxed-containers-operator-devel-downstream-candidate421-aro-ipi-coco N/A periodic Ci-operator config changed
periodic-ci-openshift-sandboxed-containers-operator-devel-downstream-candidate418-aws-ipi-coco N/A periodic Ci-operator config changed
periodic-ci-openshift-sandboxed-containers-operator-devel-downstream-candidate421-azure-ipi-coco N/A periodic Ci-operator config changed
periodic-ci-openshift-sandboxed-containers-operator-devel-downstream-release-aws-ipi-coco N/A periodic Ci-operator config changed
periodic-ci-openshift-sandboxed-containers-operator-devel-downstream-candidate-aws-ipi-coco N/A periodic Ci-operator config changed
periodic-ci-openshift-sandboxed-containers-operator-devel-downstream-candidate422-aws-ipi-peerpods N/A periodic Ci-operator config changed
periodic-ci-openshift-sandboxed-containers-operator-devel-downstream-release-aro-ipi-coco N/A periodic Ci-operator config changed
periodic-ci-openshift-sandboxed-containers-operator-devel-downstream-candidate421-azure-ipi-kata N/A periodic Ci-operator config changed
periodic-ci-openshift-sandboxed-containers-operator-devel-downstream-candidate422-azure-ipi-kata N/A periodic Ci-operator config changed
periodic-ci-openshift-sandboxed-containers-operator-devel-downstream-candidate417-aro-ipi-coco N/A periodic Ci-operator config changed
periodic-ci-openshift-sandboxed-containers-operator-devel-downstream-candidate-azure-ipi-peerpods N/A periodic Ci-operator config changed
periodic-ci-openshift-sandboxed-containers-operator-devel-downstream-candidate420-azure-ipi-coco N/A periodic Ci-operator config changed
periodic-ci-openshift-sandboxed-containers-operator-devel-downstream-candidate419-aws-ipi-coco N/A periodic Ci-operator config changed
periodic-ci-openshift-sandboxed-containers-operator-devel-downstream-release-azure-ipi-coco N/A periodic Ci-operator config changed

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
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals.

Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse list to get an up-to-date list of affected jobs
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@dbkreling

Copy link
Copy Markdown
Contributor Author

/pj-rehearse ack

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@dbkreling: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jul 14, 2026
@beraldoleal

Copy link
Copy Markdown
Member

/lgtm but I don't have powers here.

@tbuskey

tbuskey commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

/lgtm

@tbuskey

tbuskey commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

/approve

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jul 14, 2026
@openshift-ci

openshift-ci Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

[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

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 added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 14, 2026
@openshift-ci

openshift-ci Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

@dbkreling: all tests passed!

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.

@openshift-merge-bot
openshift-merge-bot Bot merged commit 328ff62 into openshift:main Jul 14, 2026
14 checks passed
openshift-merge-bot Bot pushed a commit that referenced this pull request Jul 14, 2026
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>
SachinNinganure pushed a commit to SachinNinganure/release that referenced this pull request Jul 20, 2026
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>
SachinNinganure pushed a commit to SachinNinganure/release that referenced this pull request Jul 20, 2026
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>
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. lgtm Indicates that a PR is ready to be merged. rehearsals-ack Signifies that rehearsal jobs have been acknowledged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants