Skip to content

Commit c64b1ed

Browse files
authored
Merge pull request #168 from thockin-tmp/gcr-vanity
Pass 2: k8s GCR vanity URL
2 parents ad9ccf6 + d04b466 commit c64b1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ENABLE_JOURNALD?=1
5353
# The debian-base:0.3 image built from kubernetes repository is based on Debian Stretch.
5454
# It includes systemd 232 with support for both +XZ and +LZ4 compression.
5555
# +LZ4 is needed on some os distros such as COS.
56-
BASEIMAGE:=gcr.io/google-containers/debian-base-amd64:0.3
56+
BASEIMAGE:=k8s.gcr.io/debian-base-amd64:0.3
5757

5858
# Disable cgo by default to make the binary statically linked.
5959
CGO_ENABLED:=0

0 commit comments

Comments
 (0)