From d04b466056d4db1a07babbe2be7f7e57cbb52b4c Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Fri, 6 Apr 2018 08:19:02 -0700 Subject: [PATCH] Pass 2: k8s GCR vanity URL --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 33812fa0..ae3f6646 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ ENABLE_JOURNALD?=1 # The debian-base:0.3 image built from kubernetes repository is based on Debian Stretch. # It includes systemd 232 with support for both +XZ and +LZ4 compression. # +LZ4 is needed on some os distros such as COS. -BASEIMAGE:=gcr.io/google-containers/debian-base-amd64:0.3 +BASEIMAGE:=k8s.gcr.io/debian-base-amd64:0.3 # Disable cgo by default to make the binary statically linked. CGO_ENABLED:=0