Skip to content

Commit 37dbf63

Browse files
feat (tools): Add the package util-linux-core (#952)
1 parent 15881b3 commit 37dbf63

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ All notable changes to this project will be documented in this file.
66

77
## [24.11.1-rc2] - 2024-12-12
88

9+
### Added
10+
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.
14+
15+
[#952]: https://github.com/stackabletech/docker-images/pull/952
16+
917
## [24.11.1-rc1] - 2024-12-05
1018

1119
## [24.11.0] - 2024-11-18

tools/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)