update BASEIMAGE to debian-base:bullseye-v1.4.2

This is the latest Debian Bullseye image, it is the same as used in other Kubernetes projects, i.e. https://github.com/kubernetes-sigs/blob-csi-driver/pull/765/files
This commit is contained in:
Dan
2022-11-14 18:03:55 +00:00
committed by GitHub
parent 2f959a773c
commit de33c801a5
+1 -1
View File
@@ -75,7 +75,7 @@ endif
# The debian-base:v2.0.0 image built from kubernetes repository is based on
# Debian Stretch. It includes systemd 241 with support for both +XZ and +LZ4
# compression. +LZ4 is needed on some os distros such as COS.
BASEIMAGE:=k8s.gcr.io/debian-base:v2.0.0
BASEIMAGE:=registry.k8s.io/build-image/debian-base:bullseye-v1.4.2
# Disable cgo by default to make the binary statically linked.
CGO_ENABLED:=0