-
Notifications
You must be signed in to change notification settings - Fork 5
OCPBUGS-46442: UPSTREAM: <carry>: Use UBI9 for base and builder openshift images #43
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
OCPBUGS-46442: UPSTREAM: <carry>: Use UBI9 for base and builder openshift images #43
Conversation
|
Konflux pipeline failed because of the Dockerfile drift. I'll need to update that. |
bc48e81 to
7552e16
Compare
|
/retitle OCPBUGS-46442: UPSTREAM: : Use UBI9 for base and builder openshift images |
|
@grzpiotrowski: This pull request references Jira Issue OCPBUGS-46442, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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. |
|
/jira refresh |
|
@grzpiotrowski: This pull request references Jira Issue OCPBUGS-46442, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
Requesting review from QA contact: 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. |
|
@grzpiotrowski: This pull request references Jira Issue OCPBUGS-46442, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: 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. |
365ec45 to
63490b6
Compare
|
|
|
/retest |
|
I think I'd need to rebase to have the fix from #45 to the Containerfile, for the Konflux pipeline to pass. |
This commit fixes OCPBUGS-46442 https://issues.redhat.com//browse/OCPBUGS-46442 * Dockerfile.openshift: Change builder image from OpenShift RHEL8 to RHEL9 builder. Change runtime image from RHEL8.6 ELS to UBI9 base image. * drift-cache/Dockerfile.openshift: Update drift cache Dockerfile. * .ci-operator.yaml: Update the image tag accordingly.
22059b2 to
b7501a1
Compare
|
Misclicked in Github 🙄 Properly rebased now to include the fix for the Containerfile and let the Konflux tests pass. |
|
@grzpiotrowski: all tests passed! 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. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alebedev87 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 |
|
@grzpiotrowski: Jira Issue OCPBUGS-46442: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-46442 has been moved to the MODIFIED state. 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. |
Change RHEL8 builder and base image to UBI9.
UBI9 enables to retain FIPS compliance as well and it is the image that is going to be used for the Konflux built component.