From 0127a75e05cff1600d37baf71aa7912fc5e29f66 Mon Sep 17 00:00:00 2001 From: Pratik Date: Sun, 18 Sep 2022 20:21:05 -0700 Subject: [PATCH] Update comment to be consistent with reality --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 13c11535..64a3a2ab 100644 --- a/Makefile +++ b/Makefile @@ -72,8 +72,8 @@ ENABLE_JOURNALD=0 endif # TODO(random-liu): Support different architectures. -# The debian-base:v1.0.0 image built from kubernetes repository is based on -# 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 # compression. +LZ4 is needed on some os distros such as COS. BASEIMAGE:=k8s.gcr.io/debian-base:v2.0.0