ART-18724: Pin imagebuilder to v1.2.20 for ci-openshift-build-root (4.19)#10641
Conversation
|
@joepvd: This pull request references ART-18724 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.19.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. |
|
/lgtm |
|
@joepvd: you cannot LGTM your own PR. 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 kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: joepvd 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 |
|
@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. |
Summary
Pin
imagebuilderto v1.2.20 in both RHEL 8 and RHEL 9 ci-openshift-build-root Dockerfiles.Failing builds: ci-openshift-build-root-extra.rhel8, ci-openshift-build-root-extra.rhel9, ci-openshift-build-root-latest.rhel8, ci-openshift-build-root-latest.rhel9
Analysis
imagebuilder@latestresolves to v1.2.21 which requires Go >= 1.25.5. The build environment has Go 1.24.13 withGOTOOLCHAIN=local, causing the build to fail:This affects all 4 ci-openshift-build-root images (extra.rhel8, extra.rhel9, latest.rhel8, latest.rhel9) across all architectures.
Changes
ci_images/rhel-8/ci-openshift-build-root/Dockerfile: Pinimagebuilder@latesttoimagebuilder@v1.2.20ci_images/rhel-9/ci-openshift-build-root/Dockerfile: Pinimagebuilder@latesttoimagebuilder@v1.2.20Same fix as #10492 (4.16).
Fixes: ART-18724, ART-18723, ART-18722, ART-18721
Generated with Claude Code