Pass 2: k8s GCR vanity URL

This commit is contained in:
Tim Hockin
2018-04-06 08:19:02 -07:00
parent eda20e8045
commit d04b466056
+1 -1
View File
@@ -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