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 e349323 + 94d8373 commit 220f0b0Copy full SHA for 220f0b0
Makefile
@@ -74,7 +74,7 @@ endif
74
# The debian-base:v1.0.0 image built from kubernetes repository is based on
75
# Debian Stretch. It includes systemd 232 with support for both +XZ and +LZ4
76
# compression. +LZ4 is needed on some os distros such as COS.
77
-BASEIMAGE:=k8s.gcr.io/debian-base-amd64:v1.0.0
+BASEIMAGE:=k8s.gcr.io/debian-base-amd64:v2.0.0
78
79
# Disable cgo by default to make the binary statically linked.
80
CGO_ENABLED:=0
0 commit comments