From 4641ba114f7ea70ddc0537ed6753830b70bfb351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Socho=C5=84?= Date: Sat, 3 Aug 2019 18:21:16 +0200 Subject: [PATCH] Bump base image debian-base to tag v1.0.0 to pick up some CVE fixes --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index af48cf16..646c09a4 100644 --- a/Makefile +++ b/Makefile @@ -51,10 +51,10 @@ IMAGE:=$(REGISTRY)/node-problem-detector:$(TAG) ENABLE_JOURNALD?=1 # TODO(random-liu): Support different architectures. -# The debian-base:0.4.0 image built from kubernetes repository is based on +# 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 # compression. +LZ4 is needed on some os distros such as COS. -BASEIMAGE:=k8s.gcr.io/debian-base-amd64:0.4.0 +BASEIMAGE:=k8s.gcr.io/debian-base-amd64:v1.0.0 # Disable cgo by default to make the binary statically linked. CGO_ENABLED:=0