We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad9ccf6 + d04b466 commit c64b1edCopy full SHA for c64b1ed
Makefile
@@ -53,7 +53,7 @@ ENABLE_JOURNALD?=1
53
# The debian-base:0.3 image built from kubernetes repository is based on Debian Stretch.
54
# It includes systemd 232 with support for both +XZ and +LZ4 compression.
55
# +LZ4 is needed on some os distros such as COS.
56
-BASEIMAGE:=gcr.io/google-containers/debian-base-amd64:0.3
+BASEIMAGE:=k8s.gcr.io/debian-base-amd64:0.3
57
58
# Disable cgo by default to make the binary statically linked.
59
CGO_ENABLED:=0
0 commit comments