Skip to content

Commit

Permalink
Merge pull request #231 from Random-Liu/update-base-image
Browse files Browse the repository at this point in the history
Update base image for CVE fix.
  • Loading branch information
k8s-ci-robot authored Nov 29, 2018
2 parents 58b6e49 + 4fcad4a commit 1e850be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ IMAGE:=$(REGISTRY)/node-problem-detector:$(TAG)
ENABLE_JOURNALD?=1

# TODO(random-liu): Support different architectures.
# The debian-base:0.3 image built from kubernetes repository is based on Debian Stretch.
# The debian-base:0.4.0 image built from kubernetes repository is based on Debian Stretch.
# It includes systemd 232 with support for both +XZ and +LZ4 compression.
# +LZ4 is needed on some os distros such as COS.
BASEIMAGE:=k8s.gcr.io/debian-base-amd64:0.3
BASEIMAGE:=k8s.gcr.io/debian-base-amd64:0.4.0

# Disable cgo by default to make the binary statically linked.
CGO_ENABLED:=0
Expand Down

0 comments on commit 1e850be

Please sign in to comment.