Merge pull request #550 from WanzenBug/master

Use distroless/static image for webhook
This commit is contained in:
Kubernetes Prow Robot
2021-07-12 13:53:42 -07:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
FROM gcr.io/distroless/base:latest
FROM gcr.io/distroless/static:latest
LABEL maintainers="Kubernetes Authors"
LABEL description="Snapshot Validation Webhook"
ARG binary=./bin/snapshot-validation-webhook