CMP-4572: Switch runtime base image to ubi9-minimal-pqc for PQC support - #250
CMP-4572: Switch runtime base image to ubi9-minimal-pqc for PQC support#250guzalv wants to merge 1 commit into
Conversation
Switch the Dockerfile.openshift runtime stage base image from registry.redhat.io/rhel9-4-els/rhel-minimal to registry.redhat.io/ubi9/ubi-minimal-pqc to enable Post-Quantum Cryptography (PQC) support via the DEFAULT:PQ crypto policy in OpenSSL, as required by OCPSTRAT-3113. Also fix the runtime package install: libbpf-devel -> libbpf. The runtime only needs the shared library, not headers. This also fixes the root cause of the stale PR openshift#109 (CMP-3943) CI failure, which dropped libbpf entirely while BPF_ENABLED=1 was set. Fixes: CMP-4572
|
@guzalv: This pull request references CMP-4572 which is a valid jira issue. DetailsIn 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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: guzalv The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @guzalv. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Tip We noticed you've done this a few times! Consider joining the org to skip this step and gain Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
|
/ok-to-test |
|
@guzalv: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
What
Switch the
Dockerfile.openshiftruntime base image fromregistry.redhat.io/rhel9-4-els/rhel-minimaltoregistry.redhat.io/ubi9/ubi-minimal-pqcto enable Post-Quantum Cryptography (PQC) support via theDEFAULT:PQcrypto policy in OpenSSL.Also fix the runtime package install:
libbpf-devel->libbpf. The runtime only needs the shared library (.so), not development headers.This is the
konflux(dev) branch counterpart of #249 (which targetsrelease-0.10).Why
Required by OCPSTRAT-3113. See epic CMP-4570.
Changes
FROMregistry.redhat.io/rhel9-4-els/rhel-minimal:latestregistry.redhat.io/ubi9/ubi-minimal-pqc:latesttar libseccomp libbpf-develtar libseccomp libbpfFixes: CMP-4572