File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 15
15
# This image is a haproxy image + minimal config so the container will not exit
16
16
# while we rewrite the config at runtime and signal haproxy to reload.
17
17
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"
19
20
FROM ${BASE} as build
20
21
21
22
# NOTE: copyrights.tar.gz is a quirk of Kubernetes's debian-base image
Original file line number Diff line number Diff line change 15
15
# This image is contains the binaries needed for the local-path-provisioner
16
16
# helper pod. Currently that means: sh, rm, mkdir
17
17
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"
19
20
FROM ${BASE} as build
20
21
21
22
# NOTE: copyrights.tar.gz is a quirk of Kubernetes's debian-base image
You can’t perform that action at this time.
0 commit comments