File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -16,3 +16,8 @@ CVE-2024-24791
16
16
17
17
#cbl-mariner
18
18
CVE-2024-5535
19
+
20
+ #stdlib
21
+ CVE-2024-34156
22
+ CVE-2024-34155
23
+ CVE-2024-34158
Original file line number Diff line number Diff line change @@ -22,7 +22,23 @@ ENV tmpdir /opt
22
22
RUN tdnf clean all
23
23
RUN tdnf repolist --refresh
24
24
RUN tdnf -y update
25
- RUN tdnf install -y build-essential wget curl sudo net-tools cronie rsyslog dmidecode gnupg make logrotate busybox gawk tar && rm -rf /var/lib/apt/lists/*
25
+ RUN tdnf install -y \
26
+ build-essential \
27
+ wget \
28
+ curl \
29
+ sudo \
30
+ net-tools \
31
+ cronie \
32
+ rsyslog \
33
+ dmidecode \
34
+ gnupg \
35
+ make \
36
+ logrotate \
37
+ busybox \
38
+ gawk \
39
+ tar \
40
+ ca-certificates \
41
+ && rm -rf /var/lib/apt/lists/*
26
42
RUN mkdir /busybin && busybox --install /busybin
27
43
28
44
COPY --from=golang-builder /src/kubernetes/linux/Linux_ULINUX_1.0_*_64_Release/docker-cimprov-*.*.*-*.*.sh $tmpdir/
@@ -81,6 +97,7 @@ COPY --from=builder /usr/bin/curl /usr/bin/curl
81
97
COPY --from=builder /usr/bin/jq /usr/bin/jq
82
98
COPY --from=builder /usr/bin/base64 /usr/bin/base64
83
99
COPY --from=builder /usr/bin/fluentd /usr/bin/fluentd
100
+ COPY --from=builder /usr/bin/update-ca-trust /usr/bin/update-ca-trust
84
101
85
102
# bash dependencies
86
103
COPY --from=builder /lib/libreadline.so.8 /lib/
You can’t perform that action at this time.
0 commit comments