Skip to content

Commit 80fc2c2

Browse files
authored
Merge pull request #724 from justdan96/patch-1
update BASEIMAGE to debian-base:bullseye-v1.4.2
2 parents 2f959a7 + 7f0a626 commit 80fc2c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ FROM ${BASEIMAGE}
3333

3434
LABEL maintainer="Random Liu <[email protected]>"
3535

36-
RUN clean-install util-linux libsystemd0 bash systemd
36+
RUN clean-install util-linux bash libsystemd-dev
3737

3838
# Avoid symlink of /etc/localtime.
3939
RUN test -h /etc/localtime && rm -f /etc/localtime && cp /usr/share/zoneinfo/UTC /etc/localtime || true

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)