mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-19 04:06:24 +00:00
Update base image for CVE fix.
This commit is contained in:
@@ -50,10 +50,10 @@ IMAGE:=$(REGISTRY)/node-problem-detector:$(TAG)
|
||||
ENABLE_JOURNALD?=1
|
||||
|
||||
# TODO(random-liu): Support different architectures.
|
||||
# The debian-base:0.3 image built from kubernetes repository is based on Debian Stretch.
|
||||
# The debian-base:0.4.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.3
|
||||
BASEIMAGE:=k8s.gcr.io/debian-base-amd64:0.4.0
|
||||
|
||||
# Disable cgo by default to make the binary statically linked.
|
||||
CGO_ENABLED:=0
|
||||
|
||||
Reference in New Issue
Block a user