From 019fa03e042b1e0e908d18d3d3f8e1ba9eac6d95 Mon Sep 17 00:00:00 2001 From: David McWhorter Date: Fri, 23 Jun 2023 09:17:26 -0400 Subject: [PATCH] use latest gcr.io distroless nonroot base-debian11 image --- executor/Dockerfile.executor | 2 +- operator/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/executor/Dockerfile.executor b/executor/Dockerfile.executor index 4de7132e4f..9f90d40da6 100644 --- a/executor/Dockerfile.executor +++ b/executor/Dockerfile.executor @@ -56,7 +56,7 @@ RUN chmod -R 666 /openapi/ \ # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details -FROM quay.io/domino/distroless/base-debian11:nonroot-352422 +FROM gcr.io/distroless/base-debian11:nonroot WORKDIR / COPY --from=builder /workspace/executor . COPY licenses/license.txt licenses/license.txt diff --git a/operator/Dockerfile b/operator/Dockerfile index d4173bbe18..23523a2c56 100644 --- a/operator/Dockerfile +++ b/operator/Dockerfile @@ -47,7 +47,7 @@ RUN wget -O mozilla-tls-observatory.tar.gz https://github.com/mozilla/tls-observ # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details -FROM quay.io/domino/distroless/base-debian11:nonroot-352422 +FROM gcr.io/distroless/base-debian11:nonroot WORKDIR / COPY --from=builder /workspace/manager . COPY licenses/license.txt licenses/license.txt