We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f959a7 commit de33c80Copy full SHA for de33c80
Makefile
@@ -75,7 +75,7 @@ endif
75
# The debian-base:v2.0.0 image built from kubernetes repository is based on
76
# Debian Stretch. It includes systemd 241 with support for both +XZ and +LZ4
77
# compression. +LZ4 is needed on some os distros such as COS.
78
-BASEIMAGE:=k8s.gcr.io/debian-base:v2.0.0
+BASEIMAGE:=registry.k8s.io/build-image/debian-base:bullseye-v1.4.2
79
80
# Disable cgo by default to make the binary statically linked.
81
CGO_ENABLED:=0
0 commit comments