From 9257ea4e90f287bdf37ed27b77fb4e80987f53fd Mon Sep 17 00:00:00 2001 From: Chunlin Yang Date: Fri, 7 Nov 2025 09:20:46 +0800 Subject: [PATCH] Change base image to ubi-minimal for container --- Containerfile.konflux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile.konflux b/Containerfile.konflux index af3f2b668f039..120720570871b 100644 --- a/Containerfile.konflux +++ b/Containerfile.konflux @@ -33,7 +33,7 @@ RUN make build-go RUN cp ./bin/linux-$(go env GOARCH)/grafana* /usr/bin/ # Final container -FROM registry.access.redhat.com/ubi9/ubi:latest +FROM registry.access.redhat.com/ubi9/ubi-minimal:latest # Red Hat annotations. LABEL com.redhat.component="multicluster-global-hub-grafana"