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