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