Skip to content

Commit de33c80

Browse files
authored
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
1 parent 2f959a7 commit de33c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ endif
7575
# The debian-base:v2.0.0 image built from kubernetes repository is based on
7676
# Debian Stretch. It includes systemd 241 with support for both +XZ and +LZ4
7777
# compression. +LZ4 is needed on some os distros such as COS.
78-
BASEIMAGE:=k8s.gcr.io/debian-base:v2.0.0
78+
BASEIMAGE:=registry.k8s.io/build-image/debian-base:bullseye-v1.4.2
7979

8080
# Disable cgo by default to make the binary statically linked.
8181
CGO_ENABLED:=0

0 commit comments

Comments
 (0)