Workaround for job failure due to update in distroless base image

This commit is contained in:
namrata-ibm
2020-10-08 09:35:53 +00:00
parent a9a39cdbb9
commit 8cf2d5d246
3 changed files with 3 additions and 3 deletions

View File

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