mirror of https://github.com/k3s-io/k3s
debian-base: purge libsystemd0 to eliminate CVE false-positives
parent
37cb88efd2
commit
8906d1d8be
|
@ -56,6 +56,7 @@ RUN echo "Yes, do as I say!" | apt-get purge \
|
||||||
libprocps6 \
|
libprocps6 \
|
||||||
libslang2 \
|
libslang2 \
|
||||||
libss2 \
|
libss2 \
|
||||||
|
libsystemd0 \
|
||||||
libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl \
|
libtext-charwidth-perl libtext-iconv-perl libtext-wrapi18n-perl \
|
||||||
ncurses-base \
|
ncurses-base \
|
||||||
ncurses-bin \
|
ncurses-bin \
|
||||||
|
|
|
@ -18,7 +18,7 @@ REGISTRY ?= staging-k8s.gcr.io
|
||||||
IMAGE ?= $(REGISTRY)/debian-base
|
IMAGE ?= $(REGISTRY)/debian-base
|
||||||
BUILD_IMAGE ?= debian-build
|
BUILD_IMAGE ?= debian-build
|
||||||
|
|
||||||
TAG ?= 0.3.2
|
TAG ?= 0.4.0
|
||||||
|
|
||||||
TAR_FILE ?= rootfs.tar
|
TAR_FILE ?= rootfs.tar
|
||||||
ARCH?=amd64
|
ARCH?=amd64
|
||||||
|
|
Loading…
Reference in New Issue