Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ All notable changes to this project will be documented in this file.
### Fixed

- testing-tools: Re-add `pytest` Python package as well as `diffutils` package ([#1388]).
- testing-tools: Move Kerberos packages from testing-tools/hive to parent since they provide `kinit` which is needed in other tests too (ex. HBase). ([#1389]).

[#1336]: https://github.com/stackabletech/docker-images/pull/1336
[#1337]: https://github.com/stackabletech/docker-images/pull/1337
Expand All @@ -45,6 +46,7 @@ All notable changes to this project will be documented in this file.
[#1386]: https://github.com/stackabletech/docker-images/pull/1386
[#1387]: https://github.com/stackabletech/docker-images/pull/1387
[#1388]: https://github.com/stackabletech/docker-images/pull/1388
[#1389]: https://github.com/stackabletech/docker-images/pull/1389

## [25.11.0] - 2025-11-07

Expand Down
3 changes: 3 additions & 0 deletions testing-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ RUN <<EOF
microdnf update

microdnf install \
`# This installs kinit needed in kerberos tests.` \
krb5-workstation \
krb5-devel
gcc \
make \
pkg-config \
Expand Down
4 changes: 0 additions & 4 deletions testing-tools/hive/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ COPY testing-tools/hive/requirements.txt /stackable/hive/requirements.txt
RUN <<EOF
microdnf update

microdnf install \
krb5-workstation \
krb5-devel

microdnf clean all
rm -rf /var/cache/yum

Expand Down