Skip to content

Commit

Permalink
release: 24.11.1-rc2 (#956)
Browse files Browse the repository at this point in the history
* release 24.11.1-rc2

Signed-off-by: Andrew Kenworthy <[email protected]>

* feat (tools): Add the package util-linux-core (#952)

---------

Signed-off-by: Andrew Kenworthy <[email protected]>
Co-authored-by: Siegfried Weber <[email protected]>
  • Loading branch information
adwk67 and siegfriedweber authored Dec 13, 2024
1 parent a508534 commit 7e7f845
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

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

### Added

- tools: Add the package util-linux-core ([#952]).
util-linux-core contains a basic set of Linux utilities, including the
command logger which allows to enter messages into the system log.

[#952]: https://github.com/stackabletech/docker-images/pull/952

## [24.11.1-rc1] - 2024-12-05

## [24.11.0] - 2024-11-18
Expand Down
6 changes: 6 additions & 0 deletions tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ RUN microdnf update && \
iputils \
openssl \
tar \
# util-linux-core contains a basic set of Linux utilities, including
# the command logger which allows to enter messages into the system
# log.
# cpe:2.3:a:kernel:util-linux:*:*:*:*:*:*:*:*
# 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
util-linux-core \
zip && \
microdnf clean all && \
rm -rf /var/cache/yum
Expand Down

0 comments on commit 7e7f845

Please sign in to comment.