-
Notifications
You must be signed in to change notification settings - Fork 84
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
chore: use ubi9 #840
base: master
Are you sure you want to change the base?
chore: use ubi9 #840
Conversation
/retest |
1 similar comment
/retest |
/assign @jonathankingfc We are migrating to RHEL9, the operator seems to works fine with the new base image. Can you approve this PR? |
@dmage: 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/test-infra repository. I understand the commands that are listed here. |
PR needs rebase. 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/test-infra repository. |
@@ -1,4 +1,4 @@ | |||
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi8/go-toolset:1.19 as builder | |||
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.19 as builder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we change the tag to use 1.20 to match the go.mod go version?
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.19 as builder | |
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.20 as builder |
No description provided.