Skip to content

Commit

Permalink
Merge pull request #37 from linux-on-ibm-z/distroless
Browse files Browse the repository at this point in the history
Fix the failing multiarch builds
  • Loading branch information
k8s-ci-robot authored Oct 9, 2020
2 parents 4060923 + 7912f8a commit 0f2dcb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/csi-external-health-monitor-agent/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 Health Monitor Agent"
ARG binary=./bin/csi-external-health-monitor-agent
Expand Down
2 changes: 1 addition & 1 deletion cmd/csi-external-health-monitor-controller/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 Health Monitor Controller"
ARG binary=./bin/csi-external-health-monitor-controller
Expand Down

0 comments on commit 0f2dcb0

Please sign in to comment.