Skip to content

Commit

Permalink
use latest gcr.io distroless nonroot base-debian11 image
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcwhorter-ddl committed Jun 23, 2023
1 parent 50f582b commit 019fa03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion executor/Dockerfile.executor
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 019fa03

Please sign in to comment.