From bdea23380ba22c04c0a7ff660798e5dcb1c1660d Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Sun, 1 Mar 2020 09:10:07 -0500 Subject: [PATCH] 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 ``` --- 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 89335650cfa..76bb6f10db2 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=k8s.gcr.io/debian-hyperkube-base-$(ARCH):0.12.1 +BASEIMAGE=debian:stretch-slim TEMP_DIR:=$(shell mktemp -d -t conformanceXXXXXX) all: build