From 8d4f839ea6478c943890bd8c976133502705d220 Mon Sep 17 00:00:00 2001 From: namrata-ibm Date: Thu, 8 Oct 2020 09:49:13 +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 64986b9a..0e171256 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM gcr.io/distroless/static:latest +FROM gcr.io/distroless/static:latest-amd64 LABEL maintainers="Kubernetes Authors" LABEL description="CSI Driver liveness probe" ARG binary=./bin/livenessprobe