Skip to content

Commit 26bbe40

Browse files
authored
fix: File system permissions for libjvmkill.so (#1580)
* fix: File system permissions for jvmkill * changelog
1 parent 9897ce5 commit 26bbe40

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ All notable changes to this project will be documented in this file.
2727
- opensearch: Add `3.6.0` ([#1549]).
2828
- opensearch-dashboards: Add `3.6.0` ([#1551]).
2929
- spark: Add hbase-connector protobuf classes ([#1573]).
30-
- java-base: Add `jvmkill` ([#1579]).
30+
- java-base: Add `jvmkill` ([#1579], [#1580]).
3131

3232
### Changed
3333

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

107108
## [26.3.0] - 2026-03-16
108109

java-base/Dockerfile

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

0 commit comments

Comments
 (0)