File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
6565COPY --chown=${STACKABLE_USER_UID}:0 --from=jvmkill-builder /stackable/libjvmkill.so /stackable/libjvmkill.so
66+ RUN chmod g=u /stackable/libjvmkill.so
You can’t perform that action at this time.
0 commit comments