Skip to content

Commit

Permalink
Use static base image
Browse files Browse the repository at this point in the history
Removes openssl which doesn't get used anyway
  • Loading branch information
vsliouniaev committed Apr 7, 2021
1 parent cb0f294 commit cf887ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM gcr.io/distroless/base
FROM gcr.io/distroless/static
COPY kube-webhook-certgen /kube-webhook-certgen
ENTRYPOINT ["/kube-webhook-certgen"]
ENTRYPOINT ["/kube-webhook-certgen"]

0 comments on commit cf887ac

Please sign in to comment.