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"