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 58b6e49 + 4fcad4a commit 1e850beCopy full SHA for 1e850be
Makefile
@@ -50,10 +50,10 @@ IMAGE:=$(REGISTRY)/node-problem-detector:$(TAG)
50
ENABLE_JOURNALD?=1
51
52
# TODO(random-liu): Support different architectures.
53
-# 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.
54
# It includes systemd 232 with support for both +XZ and +LZ4 compression.
55
# +LZ4 is needed on some os distros such as COS.
56
-BASEIMAGE:=k8s.gcr.io/debian-base-amd64:0.3
+BASEIMAGE:=k8s.gcr.io/debian-base-amd64:0.4.0
57
58
# Disable cgo by default to make the binary statically linked.
59
CGO_ENABLED:=0
0 commit comments