From baccf02ab07773e3518577c81becc1486cef33d3 Mon Sep 17 00:00:00 2001 From: hasheddan Date: Wed, 13 Jan 2021 08:49:27 -0600 Subject: [PATCH] Switch to debian:stable-slim for conformance image base The currently used debian:stretch-slim does not support s390x arch in its multi-arch build. We opt to use stable-slim instead of pulling in different base images for each platform build. Signed-off-by: hasheddan --- cluster/images/conformance/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/images/conformance/Makefile b/cluster/images/conformance/Makefile index 2764869dcce..c2284d1fb12 100644 --- a/cluster/images/conformance/Makefile +++ b/cluster/images/conformance/Makefile @@ -31,7 +31,7 @@ E2E_GO_RUNNER_BIN?=$(shell test -f $(LOCAL_OUTPUT_PATH)/go-runner && echo $(LOCA CLUSTER_DIR?=$(shell pwd)/../../../cluster/ -BASEIMAGE=debian:stretch-slim +BASEIMAGE=debian:stable-slim TEMP_DIR:=$(shell mktemp -d -t conformanceXXXXXX) all: build