Skip to content

Commit bfca5ca

Browse files
authored
Merge pull request #39 from linux-on-ibm-z/distroless-revert
Revert to multiarch distroless base image
2 parents 27aee2c + 39fdd1d commit bfca5ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/csi-external-health-monitor-agent/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-amd64
1+
FROM gcr.io/distroless/static:latest
22
LABEL maintainers="Kubernetes Authors"
33
LABEL description="CSI External Health Monitor Agent"
44
ARG binary=./bin/csi-external-health-monitor-agent

cmd/csi-external-health-monitor-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-amd64
1+
FROM gcr.io/distroless/static:latest
22
LABEL maintainers="Kubernetes Authors"
33
LABEL description="CSI External Health Monitor Controller"
44
ARG binary=./bin/csi-external-health-monitor-controller

0 commit comments

Comments
 (0)