From 663c180d1702d97387a299080363858acf2dedb6 Mon Sep 17 00:00:00 2001 From: Gus Parvin Date: Thu, 25 Jun 2026 16:57:22 -0400 Subject: [PATCH] Experiment: Switch to Red Hat Hardened Image core-runtime Testing registry.access.redhat.com/hi/core-runtime:latest-openssl-fips as the runtime base image instead of ubi9/ubi-minimal to evaluate Red Hat's hardened images with FIPS-enabled OpenSSL. This is an experimental change for release-acm-212 (inactive release) to test hardened image compatibility with Konflux builds. Modified: Containerfile.operator Component: prometheus Ref: https://images.redhat.com/ Signed-off-by: Gus Parvin --- Containerfile.operator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.operator b/Containerfile.operator index f3b455ed031..2c87d7f9a12 100644 --- a/Containerfile.operator +++ b/Containerfile.operator @@ -15,7 +15,7 @@ RUN GOWORK=off go mod vendor && \ GOWORK=off /cachi2/output/deps/gomod/bin/promu build -v --cgo --prefix ./ -FROM registry.access.redhat.com/ubi9/ubi-minimal:latest +FROM registry.access.redhat.com/hi/core-runtime:latest-openssl-fips COPY --from=builder /workspace/prometheus /bin/prometheus COPY --from=builder /workspace/promtool /bin/promtool