File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,13 @@ All notable changes to this project will be documented in this file.
88
99- nifi: Add NiFi hadoop Azure and GCP libraries ([ #943 ] ).
1010- 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.
1114
1215[ #928 ] : https://github.com/stackabletech/docker-images/pull/928
1316[ #943 ] : https://github.com/stackabletech/docker-images/pull/943
17+ [ #952 ] : https://github.com/stackabletech/docker-images/pull/952
1418
1519## [ 24.11.0] - 2024-11-18
1620
Original file line number Diff line number Diff line change @@ -26,6 +26,12 @@ RUN microdnf update && \
2626 iputils \
2727 openssl \
2828 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 \
2935 zip && \
3036 microdnf clean all && \
3137 rm -rf /var/cache/yum
You can’t perform that action at this time.
0 commit comments