diff --git a/CHANGELOG.md b/CHANGELOG.md index fbba6902a..7597b3de1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/java-base/Dockerfile b/java-base/Dockerfile index f0ea03a6b..4f5eaa54e 100644 --- a/java-base/Dockerfile +++ b/java-base/Dockerfile @@ -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