-
Notifications
You must be signed in to change notification settings - Fork 698
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUILD-960: Update Containers to UBI9 go-toolset #1145
BUILD-960: Update Containers to UBI9 go-toolset #1145
Conversation
- Update Dockerfiles to use the ubi9 go-toolset images. For the releaser image, this avoids downloading the go sdk as part of the relase process. - Add `build-container` make target for convenience. - Update ci-operator build root to use rhel-9 golang 1.20 image for OCP 4.15 Signed-off-by: Adam Kaplan <[email protected]>
@adambkaplan: This pull request references BUILD-960 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 story to target the "4.16.0" version, but no target version was set. In 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. |
@adambkaplan: The following test failed, say
Full PR test history. Your PR dashboard. 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. |
/assign @ayushsatyam146 We discussed building s2i with Konflux earlier today. I had previously started onboarding, but ran into an issue pulling the base images in this Dockerfile (which reference the OpenShift CI registry). This updates the Dockerfiles to use UBI images, which can be pulled from the Red Hat container catalog. The only limitation is creating a Red Hat account, which anyone can do using the Developer subscription. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adambkaplan, ayushsatyam146 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
bf52fc0
into
openshift:master
build-container
make target for convenience.