Merge pull request #396 from linux-on-ibm-z/distroless

Fix the failing multiarch builds
This commit is contained in:
Kubernetes Prow Robot
2020-10-09 08:56:05 -07:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM gcr.io/distroless/static:latest FROM gcr.io/distroless/static:latest-amd64
LABEL maintainers="Kubernetes Authors" LABEL maintainers="Kubernetes Authors"
LABEL description="CSI External Snapshotter Sidecar" LABEL description="CSI External Snapshotter Sidecar"
ARG binary=./bin/csi-snapshotter ARG binary=./bin/csi-snapshotter

View File

@@ -1,4 +1,4 @@
FROM gcr.io/distroless/static:latest FROM gcr.io/distroless/static:latest-amd64
LABEL maintainers="Kubernetes Authors" LABEL maintainers="Kubernetes Authors"
LABEL description="Snapshot Controller" LABEL description="Snapshot Controller"
ARG binary=./bin/snapshot-controller ARG binary=./bin/snapshot-controller

View File

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