Merge pull request #724 from justdan96/patch-1

update BASEIMAGE to debian-base:bullseye-v1.4.2
This commit is contained in:
Kubernetes Prow Robot
2023-01-31 08:18:49 -08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ FROM ${BASEIMAGE}
LABEL maintainer="Random Liu <lantaol@google.com>"
RUN clean-install util-linux libsystemd0 bash systemd
RUN clean-install util-linux bash libsystemd-dev
# Avoid symlink of /etc/localtime.
RUN test -h /etc/localtime && rm -f /etc/localtime && cp /usr/share/zoneinfo/UTC /etc/localtime || true

View File

@@ -75,7 +75,7 @@ endif
# The debian-base:v2.0.0 image built from kubernetes repository is based on
# Debian Stretch. It includes systemd 241 with support for both +XZ and +LZ4
# compression. +LZ4 is needed on some os distros such as COS.
BASEIMAGE:=k8s.gcr.io/debian-base:v2.0.0
BASEIMAGE:=registry.k8s.io/build-image/debian-base:bullseye-v1.4.2
# Disable cgo by default to make the binary statically linked.
CGO_ENABLED:=0