Merge pull request #168 from thockin-tmp/gcr-vanity

Pass 2: k8s GCR vanity URL
This commit is contained in:
k8s-ci-robot
2018-04-15 22:49:57 -07:00
committed by GitHub
+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