diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d43657ed..72b346045 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -85,6 +85,7 @@ All notable changes to this project will be documented in this file. - zookeeper: backport ZOOKEEPER-4846, ZOOKEEPER-4921, ZOOKEEPER-4925 into Zookeeper 3.9.3 ([#1150]). - testing-tools: Update base image ([#1165]). - trino: Enable custom versions ([#1168]). +- zookeeper: Enable custom versions ([#1169]). - opa: Enable custom versions ([#1170]). - use custom product versions for Hadoop, HBase, Phoenix, hbase-operator-tools, Druid, Hive and Spark ([#1173]). @@ -194,6 +195,7 @@ All notable changes to this project will be documented in this file. [#1163]: https://github.com/stackabletech/docker-images/pull/1163 [#1165]: https://github.com/stackabletech/docker-images/pull/1165 [#1168]: https://github.com/stackabletech/docker-images/pull/1168 +[#1169]: https://github.com/stackabletech/docker-images/pull/1169 [#1170]: https://github.com/stackabletech/docker-images/pull/1170 [#1171]: https://github.com/stackabletech/docker-images/pull/1171 [#1173]: https://github.com/stackabletech/docker-images/pull/1173 diff --git a/zookeeper/Dockerfile b/zookeeper/Dockerfile index de157812b..22e22e9a2 100644 --- a/zookeeper/Dockerfile +++ b/zookeeper/Dockerfile @@ -9,6 +9,7 @@ FROM stackable/image/java-devel AS builder ARG PRODUCT ARG JMX_EXPORTER ARG STACKABLE_USER_UID +ARG RELEASE # Copy patches into the builder COPY --chown=${STACKABLE_USER_UID}:0 zookeeper/stackable/patches/patchable.toml /stackable/src/zookeeper/stackable/patches/patchable.toml @@ -23,8 +24,13 @@ WORKDIR /stackable RUN <