File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
snapshot-validation-webhook Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM gcr.io/distroless/static:latest
1+ FROM gcr.io/distroless/static:latest-amd64
22LABEL maintainers="Kubernetes Authors"
33LABEL description="CSI External Snapshotter Sidecar"
44ARG binary=./bin/csi-snapshotter
Original file line number Diff line number Diff line change 1- FROM gcr.io/distroless/static:latest
1+ FROM gcr.io/distroless/static:latest-amd64
22LABEL maintainers="Kubernetes Authors"
33LABEL description="Snapshot Controller"
44ARG binary=./bin/snapshot-controller
Original file line number Diff line number Diff line change 1- FROM gcr.io/distroless/base:latest
1+ FROM gcr.io/distroless/base:latest-amd64
22LABEL maintainers="Kubernetes Authors"
33LABEL description="Snapshot Validation Webhook"
44ARG binary=./bin/snapshot-validation-webhook
You can’t perform that action at this time.
0 commit comments