Skip to content

Commit 22a4d8a

Browse files
committed
Switch to debian bookworm as base image
Use the latest debian distribution for the haproxy and local-path-helper images. Signed-off-by: Sascha Grunert <[email protected]>
1 parent 3610f60 commit 22a4d8a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

images/haproxy/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
# This image is a haproxy image + minimal config so the container will not exit
1616
# while we rewrite the config at runtime and signal haproxy to reload.
1717

18-
ARG BASE="registry.k8s.io/build-image/debian-base:bullseye-v1.4.3"
18+
# digest below belongs to tag: bookworm-v1.0.0
19+
ARG BASE="registry.k8s.io/build-image/debian-base@sha256:b9335fa66cdb5c1562c4f952e2d99f904dbe1618a6ed0d52487e70cf6cc280fd"
1920
FROM ${BASE} as build
2021

2122
# NOTE: copyrights.tar.gz is a quirk of Kubernetes's debian-base image

images/local-path-helper/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
# This image is contains the binaries needed for the local-path-provisioner
1616
# helper pod. Currently that means: sh, rm, mkdir
1717

18-
ARG BASE="registry.k8s.io/build-image/debian-base:bullseye-v1.4.3"
18+
# digest below belongs to tag: bookworm-v1.0.0
19+
ARG BASE="registry.k8s.io/build-image/debian-base@sha256:b9335fa66cdb5c1562c4f952e2d99f904dbe1618a6ed0d52487e70cf6cc280fd"
1920
FROM ${BASE} as build
2021

2122
# NOTE: copyrights.tar.gz is a quirk of Kubernetes's debian-base image

0 commit comments

Comments
 (0)