Add changelog for release 3.0.0

This commit is contained in:
xing-yang
2020-07-11 03:45:31 +00:00
parent 9ae8e542b9
commit 154db5477e
6 changed files with 406 additions and 14 deletions

View File

@@ -0,0 +1,7 @@
FROM gcr.io/distroless/base:latest
LABEL maintainers="Kubernetes Authors"
LABEL description="Snapshot Validation Webhook"
ARG binary=./bin/snapshot-validation-webhook
COPY ${binary} snapshot-validation-webhook
ENTRYPOINT ["/snapshot-validation-webhook"]