File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ All notable changes to this project will be documented in this file.
8
8
9
9
- nifi: Add NiFi hadoop Azure and GCP libraries ([ #943 ] ).
10
10
- base: Add containerdebug tool ([ #928 ] ).
11
+ - tools: Add the package util-linux-core ([ #952 ] ).
12
+ util-linux-core contains a basic set of Linux utilities, including the
13
+ command logger which allows to enter messages into the system log.
11
14
12
15
### Changed
13
16
@@ -21,6 +24,7 @@ All notable changes to this project will be documented in this file.
21
24
[ #884 ] : https://github.com/stackabletech/docker-images/pull/884
22
25
[ #928 ] : https://github.com/stackabletech/docker-images/pull/928
23
26
[ #943 ] : https://github.com/stackabletech/docker-images/pull/943
27
+ [ #952 ] : https://github.com/stackabletech/docker-images/pull/952
24
28
[ #953 ] : https://github.com/stackabletech/docker-images/pull/953
25
29
26
30
## [ 24.11.0] - 2024-11-18
Original file line number Diff line number Diff line change @@ -26,6 +26,12 @@ RUN microdnf update && \
26
26
iputils \
27
27
openssl \
28
28
tar \
29
+ # util-linux-core contains a basic set of Linux utilities, including
30
+ # the command logger which allows to enter messages into the system
31
+ # log.
32
+ # cpe:2.3:a:kernel:util-linux:*:*:*:*:*:*:*:*
33
+ # https://nvd.nist.gov/vuln/search/results?isCpeNameSearch=true&query=cpe%3A2.3%3Aa%3Akernel%3Autil-linux%3A*%3A*%3A*%3A*%3A*%3A*%3A*%3A
34
+ util-linux-core \
29
35
zip && \
30
36
microdnf clean all && \
31
37
rm -rf /var/cache/yum
You can’t perform that action at this time.
0 commit comments