ART-18422: Pin imagebuilder to v1.2.20 for ci-openshift-build-root-extra.rhel9 (4.16)#10492
Conversation
…tra.rhel9 imagebuilder v1.2.21 requires Go >= 1.25.5 but openshift-4.16 uses Go 1.23.10 with GOTOOLCHAIN=local. Pin to v1.2.20 (requires Go 1.23.3) to restore builds.
|
@joepvd: This pull request references ART-18422 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 task to target the "4.16.z" version, but no target version was set. DetailsIn response to this:
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. |
|
[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 |
|
Triggered seed-lockfile test build #390 to verify this fix. |
|
@joepvd: The following test failed, say
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. |
|
Seed-lockfile build #390 failed as expected — for This PR cannot be validated via seed-lockfile. The fix is straightforward — pin |
Summary
Pin
openshift/imagebuilderto v1.2.20 in the CI build root extra Dockerfile.imagebuilder v1.2.21 bumped its
go.modto require Go >= 1.25.5, but openshift-4.16uses Go 1.23.10 with
GOTOOLCHAIN=local, causing all builds to fail.Failing build: https://art-build-history-art-build-history.apps.artc2023.pc3z.p1.openshiftapps.com/?name=^ci-openshift-build-root-extra.rhel9$&group=openshift-4.16&assembly=stream&engine=konflux&dateRange=2026-02-10+to+2026-05-11&outcome=success&outcome=failure
Analysis
The build fails at:
v1.2.20 requires Go 1.23.3 (compatible with Go 1.23.10 in the 4.16 build env).
Changes
imagebuilder@latesttoimagebuilder@v1.2.20inci_images/rhel-9/ci-openshift-build-root/Dockerfile.extraGenerated with Claude Code