Skip to content

Commit fff475c

Browse files
authored
Merge pull request #396 from linux-on-ibm-z/distroless
Fix the failing multiarch builds
2 parents faa0aa0 + 8cf2d5d commit fff475c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmd/csi-snapshotter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gcr.io/distroless/static:latest
1+
FROM gcr.io/distroless/static:latest-amd64
22
LABEL maintainers="Kubernetes Authors"
33
LABEL description="CSI External Snapshotter Sidecar"
44
ARG binary=./bin/csi-snapshotter

cmd/snapshot-controller/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gcr.io/distroless/static:latest
1+
FROM gcr.io/distroless/static:latest-amd64
22
LABEL maintainers="Kubernetes Authors"
33
LABEL description="Snapshot Controller"
44
ARG binary=./bin/snapshot-controller

cmd/snapshot-validation-webhook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gcr.io/distroless/base:latest
1+
FROM gcr.io/distroless/base:latest-amd64
22
LABEL maintainers="Kubernetes Authors"
33
LABEL description="Snapshot Validation Webhook"
44
ARG binary=./bin/snapshot-validation-webhook

0 commit comments

Comments
 (0)