-
Notifications
You must be signed in to change notification settings - Fork 124
feat: Update controller image to ubi10 #1929
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
feat: Update controller image to ubi10 #1929
Conversation
Signed-off-by: Rehan Khan <[email protected]>
/kind feature |
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.
/approve
A potential concern is backwards compatibility of the container with the underlying host kernel. According to Red Hat's container support matrix, they only support UBI 10 on RHEL 9 and 10 hosts. This corresponds to OpenShift/OKD versions 4.14 and higher (k8s 1.27+) - source (requires Red Hat account).
From a community perspective this change is fine, as we don't support k8s 1.27 any more.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adambkaplan 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 |
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.
/lgtm
Changes
.ko.yaml
: ChangeddefaultBaseImage
fromubi9/ubi-minimal
toubi10/ubi-minimal
, and updatedbaseImageOverrides
to useubi10
tags for all components (bundle
,git
,image-processing
, andwaiter
).Fixes #1903
Submitter Checklist
.ko.yaml
file to use a newer base image (ubi10
) and adjusts the image overrides accordingly to ensure compatibility.Release Notes