diff --git a/CHANGELOG.md b/CHANGELOG.md index 2940f6928..df05448e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -123,6 +123,7 @@ All notable changes to this project will be documented in this file. - nifi: Remove `2.2.0` ([#1114]). - kafka: Remove `3.7.1` and `3.8.0` ([#1117]). - spark-connect-client: Remove `3.5.5` ([#1142]). +- omid: Enable custom versions ([#1174]). [nifi-iceberg-bundle]: https://github.com/stackabletech/nifi-iceberg-bundle [#1025]: https://github.com/stackabletech/docker-images/pull/1025 @@ -186,6 +187,7 @@ All notable changes to this project will be documented in this file. [#1156]: https://github.com/stackabletech/docker-images/pull/1156 [#1163]: https://github.com/stackabletech/docker-images/pull/1163 [#1165]: https://github.com/stackabletech/docker-images/pull/1165 +[#1174]: https://github.com/stackabletech/docker-images/pull/1174 ## [25.3.0] - 2025-03-21 diff --git a/omid/Dockerfile b/omid/Dockerfile index e1349fe11..fb7922b94 100644 --- a/omid/Dockerfile +++ b/omid/Dockerfile @@ -4,6 +4,7 @@ FROM stackable/image/java-devel AS builder ARG PRODUCT +ARG RELEASE ARG DELETE_CACHES="true" ARG STACKABLE_USER_UID @@ -27,13 +28,21 @@ COPY --chown=${STACKABLE_USER_UID}:0 omid/stackable/patches/${PRODUCT} /stackabl RUN --mount=type=cache,id=maven-omid-${PRODUCT},uid=${STACKABLE_USER_UID},target=/stackable/.m2/repository <