Skip to content

Commit

Permalink
Merge pull request #724 from justdan96/patch-1
Browse files Browse the repository at this point in the history
update BASEIMAGE to debian-base:bullseye-v1.4.2
  • Loading branch information
k8s-ci-robot authored Jan 31, 2023
2 parents 2f959a7 + 7f0a626 commit 80fc2c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80fc2c2

Please sign in to comment.