File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ FROM ${BASEIMAGE}
33
33
34
34
LABEL maintainer=
"Random Liu <[email protected] >"
35
35
36
- RUN clean-install util-linux libsystemd0 bash systemd
36
+ RUN clean-install util-linux bash libsystemd-dev
37
37
38
38
# Avoid symlink of /etc/localtime.
39
39
RUN test -h /etc/localtime && rm -f /etc/localtime && cp /usr/share/zoneinfo/UTC /etc/localtime || true
Original file line number Diff line number Diff line change 75
75
# The debian-base:v2.0.0 image built from kubernetes repository is based on
76
76
# Debian Stretch. It includes systemd 241 with support for both +XZ and +LZ4
77
77
# 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
79
79
80
80
# Disable cgo by default to make the binary statically linked.
81
81
CGO_ENABLED: =0
You can’t perform that action at this time.
0 commit comments