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.
1 parent 9b2d0be commit 0127a75Copy full SHA for 0127a75
Makefile
@@ -72,8 +72,8 @@ ENABLE_JOURNALD=0
72
endif
73
74
# TODO(random-liu): Support different architectures.
75
-# The debian-base:v1.0.0 image built from kubernetes repository is based on
76
-# Debian Stretch. It includes systemd 232 with support for both +XZ and +LZ4
+# The debian-base:v2.0.0 image built from kubernetes repository is based on
+# Debian Stretch. It includes systemd 241 with support for both +XZ and +LZ4
77
# compression. +LZ4 is needed on some os distros such as COS.
78
BASEIMAGE:=k8s.gcr.io/debian-base:v2.0.0
79
0 commit comments