Skip to content

Commit 91b7e4f

Browse files
namrata-ibmmsau42
authored andcommitted
Workaround for job failure due to update in distroless base image
1 parent ec81ffe commit 91b7e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 Provisioner"
44
ARG binary=./bin/csi-provisioner

0 commit comments

Comments
 (0)