Add changelog for release 3.0.0
This commit is contained in:
7
cmd/snapshot-validation-webhook/Dockerfile
Normal file
7
cmd/snapshot-validation-webhook/Dockerfile
Normal 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"]
|
Reference in New Issue
Block a user