diff --git a/CHANGELOG.md b/CHANGELOG.md index a15846112..c14313bba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ All notable changes to this project will be documented in this file. `check-permissions-ownership.sh` provided in stackable-base image ([#1025]). - zookeeper: check for correct permissions and ownerships in /stackable folder via `check-permissions-ownership.sh` provided in stackable-base image ([#1043]). +- spark-k8s: add entrypoint script for Connect servers ([#1059]). ### Changed @@ -75,6 +76,7 @@ All notable changes to this project will be documented in this file. [#1054]: https://github.com/stackabletech/docker-images/pull/1054 [#1055]: https://github.com/stackabletech/docker-images/pull/1055 [#1056]: https://github.com/stackabletech/docker-images/pull/1056 +[#1059]: https://github.com/stackabletech/docker-images/pull/1059 ## [25.3.0] - 2025-03-21 diff --git a/spark-k8s/Dockerfile b/spark-k8s/Dockerfile index 4a1276c9d..645c779c5 100644 --- a/spark-k8s/Dockerfile +++ b/spark-k8s/Dockerfile @@ -306,6 +306,7 @@ COPY --chown=${STACKABLE_USER_UID}:0 --from=spark-builder /stackable/jmx /stacka COPY --from=spark-builder /usr/bin/tini /usr/bin/tini COPY --chown=${STACKABLE_USER_UID}:0 spark-k8s/stackable/run-spark.sh /stackable/run-spark.sh +COPY --chown=${STACKABLE_USER_UID}:0 spark-k8s/stackable/run-spark-connect.sh /stackable/run-spark-connect.sh COPY --chown=${STACKABLE_USER_UID}:0 spark-k8s/licenses /licenses RUN <