From 9294fd7ec45d30ed7be047f996272d6c176b8701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Segura=20Lucas?= Date: Tue, 19 Sep 2023 07:37:08 +0200 Subject: [PATCH 1/2] Using a different base image for the final image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0296c43..eb9c16f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN umask 0022 && \ make build && \ chmod a+x insights-results-aggregator-cleaner -FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1037 +FROM registry.access.redhat.com/ubi8/ubi-micro:8.8-5 COPY --from=builder /opt/app-root/src/insights-results-aggregator-cleaner . From 4ae622909c61a5c4cba2e1a8366513c2a05b40c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Segura=20Lucas?= Date: Tue, 19 Sep 2023 12:09:04 +0200 Subject: [PATCH 2/2] Back to latest, but using ubi-micro --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eb9c16f..9ba9180 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN umask 0022 && \ make build && \ chmod a+x insights-results-aggregator-cleaner -FROM registry.access.redhat.com/ubi8/ubi-micro:8.8-5 +FROM registry.access.redhat.com/ubi8/ubi-micro:latest COPY --from=builder /opt/app-root/src/insights-results-aggregator-cleaner .