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