diff --git a/CHANGELOG.md b/CHANGELOG.md index ae4287864..a037a95f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,8 @@ All notable changes to this project will be documented in this file. - opensearch: Use build-repo.stackable.tech instead of Maven Central ([#1222]). - opensearch: Add the `opensearch-prometheus-exporter` plugin to the image ([#1223]). - opensearch: Replace the demo configuration of the OpenSearch Security plugin with a minimal one ([#1228]). -- nifi: Backport NIFI-14848 to NiFi ([#1225]) +- nifi: Backport NIFI-14848 to NiFi ([#1225]). +- stackable-base: Add cert-tools ([#1247]). ### Changed @@ -31,6 +32,7 @@ All notable changes to this project will be documented in this file. [#1225]: https://github.com/stackabletech/docker-images/pull/1225 [#1228]: https://github.com/stackabletech/docker-images/pull/1228 [#1230]: https://github.com/stackabletech/docker-images/pull/1230 +[#1247]: https://github.com/stackabletech/docker-images/pull/1247 ## [25.7.0] - 2025-07-23 diff --git a/stackable-base/Dockerfile b/stackable-base/Dockerfile index 2b3590191..4648b8a18 100644 --- a/stackable-base/Dockerfile +++ b/stackable-base/Dockerfile @@ -7,30 +7,33 @@ # Build time dependencies that are used in multiple images can be added to `stackable-devel` (or a derivative like `java-devel`) instead # -FROM local-image/stackable-devel AS config-utils +FROM local-image/stackable-devel AS rust-binaries # Find the latest version here: https://github.com/stackabletech/config-utils/tags # renovate: datasource=github-tags packageName=stackabletech/config-utils ENV CONFIG_UTILS_VERSION=0.2.0 - -RUN <