diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b913eaf9..0dc703ac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -128,6 +128,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 @@ -194,6 +195,7 @@ All notable changes to this project will be documented in this file. [#1168]: https://github.com/stackabletech/docker-images/pull/1168 [#1170]: https://github.com/stackabletech/docker-images/pull/1170 [#1173]: https://github.com/stackabletech/docker-images/pull/1173 +[#1174]: https://github.com/stackabletech/docker-images/pull/1174 [#1179]: https://github.com/stackabletech/docker-images/pull/1179 [#1180]: https://github.com/stackabletech/docker-images/pull/1180 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 <