Skip to content

ART-18422: Pin imagebuilder to v1.2.20 for ci-openshift-build-root-extra.rhel9 (4.16)#10492

Open
joepvd wants to merge 1 commit into
openshift-eng:openshift-4.16from
joepvd:ART-18422-4.16-ci-openshift-build-root-extra.rhel9
Open

ART-18422: Pin imagebuilder to v1.2.20 for ci-openshift-build-root-extra.rhel9 (4.16)#10492
joepvd wants to merge 1 commit into
openshift-eng:openshift-4.16from
joepvd:ART-18422-4.16-ci-openshift-build-root-extra.rhel9

Conversation

@joepvd
Copy link
Copy Markdown
Contributor

@joepvd joepvd commented May 11, 2026

Summary

Pin openshift/imagebuilder to v1.2.20 in the CI build root extra Dockerfile.
imagebuilder v1.2.21 bumped its go.mod to require Go >= 1.25.5, but openshift-4.16
uses 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:

go: github.com/openshift/imagebuilder/cmd/imagebuilder@latest:
  github.com/openshift/imagebuilder@v1.2.21 requires go >= 1.25.5
  (running go 1.23.10; GOTOOLCHAIN=local)

v1.2.20 requires Go 1.23.3 (compatible with Go 1.23.10 in the 4.16 build env).

Changes

  • Pin imagebuilder@latest to imagebuilder@v1.2.20 in ci_images/rhel-9/ci-openshift-build-root/Dockerfile.extra

Generated with Claude Code

…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 joepvd added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label May 11, 2026
@openshift-ci openshift-ci Bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label May 11, 2026
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label May 11, 2026
@openshift-ci-robot
Copy link
Copy Markdown

openshift-ci-robot commented May 11, 2026

@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.

Details

In response to this:

Summary

Pin openshift/imagebuilder to v1.2.20 in the CI build root extra Dockerfile.
imagebuilder v1.2.21 bumped its go.mod to require Go >= 1.25.5, but openshift-4.16
uses 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:

go: github.com/openshift/imagebuilder/cmd/imagebuilder@latest:
 github.com/openshift/imagebuilder@v1.2.21 requires go >= 1.25.5
 (running go 1.23.10; GOTOOLCHAIN=local)

v1.2.20 requires Go 1.23.3 (compatible with Go 1.23.10 in the 4.16 build env).

Changes

  • Pin imagebuilder@latest to imagebuilder@v1.2.20 in ci_images/rhel-9/ci-openshift-build-root/Dockerfile.extra

Generated with Claude Code

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.

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 11, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign rayfordj for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

@joepvd
Copy link
Copy Markdown
Contributor Author

joepvd commented May 11, 2026

Triggered seed-lockfile test build #390 to verify this fix.

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 11, 2026

@joepvd: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/art-pre-commit-check 23dd9c7 link false /test art-pre-commit-check

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.

@joepvd
Copy link
Copy Markdown
Contributor Author

joepvd commented May 11, 2026

Seed-lockfile build #390 failed as expected — for ci_images, the source Dockerfile is cloned from the mainline openshift-4.16 branch of openshift-priv/ocp-build-data, not from the data-path override. So the test build still used the unfixed Dockerfile with @latest.

This PR cannot be validated via seed-lockfile. The fix is straightforward — pin imagebuilder@latest to @v1.2.20 to avoid the Go >= 1.25.5 requirement from v1.2.21. Needs lgtm and direct merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants