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
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ All notable changes to this project will be documented in this file.
- opensearch: Add `3.6.0` ([#1549]).
- opensearch-dashboards: Add `3.6.0` ([#1551]).
- spark: Add hbase-connector protobuf classes ([#1573]).
- java-base: Add `jvmkill` ([#1579]).
- java-base: Add `jvmkill` ([#1579], [#1580]).

### Changed

Expand Down Expand Up @@ -103,6 +103,7 @@ All notable changes to this project will be documented in this file.
[#1561]: https://github.com/stackabletech/docker-images/pull/1561
[#1564]: https://github.com/stackabletech/docker-images/pull/1564
[#1579]: https://github.com/stackabletech/docker-images/pull/1579
[#1580]: https://github.com/stackabletech/docker-images/pull/1580

## [26.3.0] - 2026-03-16

Expand Down
1 change: 1 addition & 0 deletions java-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,4 @@ ENV LOG4J_FORMAT_MSG_NO_LOOKUPS=true
# We are adding jvmkill, as it improves shutdown of the JVM in case it runs out of native threads.
# See https://github.com/stackabletech/docker-images/issues/1578 for motivation/details.
COPY --chown=${STACKABLE_USER_UID}:0 --from=jvmkill-builder /stackable/libjvmkill.so /stackable/libjvmkill.so
RUN chmod g=u /stackable/libjvmkill.so