Skip to content

CMP-4572: Switch runtime base image to ubi9-minimal-pqc for PQC support - #250

Open
guzalv wants to merge 1 commit into
openshift:konfluxfrom
guzalv:pqc-base-image-konflux
Open

CMP-4572: Switch runtime base image to ubi9-minimal-pqc for PQC support#250
guzalv wants to merge 1 commit into
openshift:konfluxfrom
guzalv:pqc-base-image-konflux

Conversation

@guzalv

@guzalv guzalv commented Aug 26, 2026

Copy link
Copy Markdown

What

Switch the Dockerfile.openshift runtime 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.

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 targets release-0.10).

Why

Required by OCPSTRAT-3113. See epic CMP-4570.

Changes

Line Before After
Runtime FROM registry.redhat.io/rhel9-4-els/rhel-minimal:latest registry.redhat.io/ubi9/ubi-minimal-pqc:latest
Runtime packages tar libseccomp libbpf-devel tar libseccomp libbpf

Fixes: CMP-4572

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
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Aug 26, 2026
@openshift-ci openshift-ci Bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 26, 2026
@openshift-ci-robot

openshift-ci-robot commented Aug 26, 2026

Copy link
Copy Markdown

@guzalv: This pull request references CMP-4572 which is a valid jira issue.

Details

In response to this:

What

Switch the Dockerfile.openshift runtime 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.

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 targets release-0.10).

Why

Required by OCPSTRAT-3113. See epic CMP-4570.

Changes

Line Before After
Runtime FROM registry.redhat.io/rhel9-4-els/rhel-minimal:latest registry.redhat.io/ubi9/ubi-minimal-pqc:latest
Runtime packages tar libseccomp libbpf-devel tar libseccomp libbpf

Fixes: CMP-4572

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.

@openshift-ci openshift-ci Bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Aug 26, 2026
@openshift-ci

openshift-ci Bot commented Aug 26, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: guzalv
Once this PR has been reviewed and has the lgtm label, please assign rhmdnd for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci

openshift-ci Bot commented Aug 26, 2026

Copy link
Copy Markdown

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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Tip

We noticed you've done this a few times! Consider joining the org to skip this step and gain /lgtm and other bot rights. We recommend asking approvers on your previous PRs to sponsor you.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

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.

@guzalv
guzalv marked this pull request as ready for review August 26, 2026 13:41
@openshift-ci openshift-ci Bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Aug 26, 2026
@yuumasato

Copy link
Copy Markdown

/ok-to-test

@openshift-ci openshift-ci Bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Aug 27, 2026
@openshift-ci

openshift-ci Bot commented Aug 27, 2026

Copy link
Copy Markdown

@guzalv: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-flaky fcd1e8b link false /test e2e-flaky

Full PR test history. Your PR dashboard.

Details

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. ok-to-test Indicates a non-member PR verified by an org member that is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants