From cea17e896de072300ffec2592232b6fcb5936ae2 Mon Sep 17 00:00:00 2001 From: namrata-ibm Date: Thu, 8 Oct 2020 09:39:42 +0000 Subject: [PATCH] Workaround for job failure due to update in distroless base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c7b5f2414..a25f88e7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 Attacher" ARG binary=./bin/csi-attacher