mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Move conformance image to debian:stretch-slim
Pros: - really small image (see comparison below) - we need to get rid of hyperkube in upcoming releases ``` davanum@cloudshell:~$ docker images REPOSITORY TAG IMAGE ID CREATED SIZE debian stretch-slim 4e6990ebcef5 4 days ago 55.3MB gcr.io/google-containers/debian-hyperkube-base 0.12.1 a46476511725 13 months ago 393MB ```
This commit is contained in:
parent
debb1edee1
commit
bdea23380b
@ -31,7 +31,7 @@ E2E_GO_RUNNER_BIN?=$(shell test -f $(LOCAL_OUTPUT_PATH)/go-runner && echo $(LOCA
|
||||
|
||||
CLUSTER_DIR?=$(shell pwd)/../../../cluster/
|
||||
|
||||
BASEIMAGE=k8s.gcr.io/debian-hyperkube-base-$(ARCH):0.12.1
|
||||
BASEIMAGE=debian:stretch-slim
|
||||
TEMP_DIR:=$(shell mktemp -d -t conformanceXXXXXX)
|
||||
|
||||
all: build
|
||||
|
Loading…
Reference in New Issue
Block a user