Workaround for job failure due to update in distroless base image
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM gcr.io/distroless/static:latest
|
||||
FROM gcr.io/distroless/static:latest-amd64
|
||||
LABEL maintainers="Kubernetes Authors"
|
||||
LABEL description="CSI External Snapshotter Sidecar"
|
||||
ARG binary=./bin/csi-snapshotter
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM gcr.io/distroless/static:latest
|
||||
FROM gcr.io/distroless/static:latest-amd64
|
||||
LABEL maintainers="Kubernetes Authors"
|
||||
LABEL description="Snapshot Controller"
|
||||
ARG binary=./bin/snapshot-controller
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user