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 <georgedanielmangum@gmail.com>
This commit is contained in:
hasheddan 2021-01-13 08:49:27 -06:00
parent bc262d6e85
commit baccf02ab0
No known key found for this signature in database
GPG Key ID: BD68BC686A14C271

View File

@ -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