From 8b251149e88a1f30c73d0bb6cf7572be9e53f1f7 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Fri, 16 Jan 2026 23:34:23 +0000 Subject: [PATCH] Updating ose-insights-operator-container image to be consistent with ART for 4.22 Reconciling with https://github.com/openshift/ocp-build-data/tree/37a25cc2e6eec9883ae439d785f89ab3f6cb2f51/images/ose-insights-operator.yml --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 63a156073..68c8d77f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ COPY . . ENV GOEXPERIMENT=strictfipsruntime RUN make build -FROM registry.ci.openshift.org/ocp/4.22:base-rhel9 +FROM registry.ci.openshift.org/ocp/4.22:base-rhel9-minimal COPY --from=builder /go/src/github.com/openshift/insights-operator/bin/insights-operator /usr/bin/ COPY config/pod.yaml /etc/insights-operator/server.yaml COPY manifests /manifests