mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
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:
parent
bc262d6e85
commit
baccf02ab0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user