From a5a75fd10f500bcc1e41255031efe648f94d0941 Mon Sep 17 00:00:00 2001 From: xeniape Date: Mon, 15 Sep 2025 14:30:55 +0200 Subject: [PATCH 1/4] Update ubi-minimal version --- stackable-base/Dockerfile | 2 +- stackable-devel/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stackable-base/Dockerfile b/stackable-base/Dockerfile index 2b3590191..8db5184a1 100644 --- a/stackable-base/Dockerfile +++ b/stackable-base/Dockerfile @@ -36,7 +36,7 @@ EOF # Find the latest version at https://catalog.redhat.com/software/containers/ubi9/ubi-minimal/615bd9b4075b022acc111bf5?container-tabs=gti # IMPORTANT: Make sure to use the "Manifest List Digest" that references the images for multiple architectures # rather than just the "Image Digest" that references the image for the selected architecture. -FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:383329bf9c4f968e87e85d30ba3a5cb988a3bbde28b8e4932dcd3a025fd9c98c AS final +FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:2f06ae0e6d3d9c4f610d32c480338eef474867f435d8d28625f2985e8acde6e8 AS final # intentionally unused ARG PRODUCT_VERSION diff --git a/stackable-devel/Dockerfile b/stackable-devel/Dockerfile index 2fa805a20..fe4d5c6ff 100644 --- a/stackable-devel/Dockerfile +++ b/stackable-devel/Dockerfile @@ -11,7 +11,7 @@ # Find the latest version at https://catalog.redhat.com/software/containers/ubi9/ubi-minimal/615bd9b4075b022acc111bf5?container-tabs=gti # IMPORTANT: Make sure to use the "Manifest List Digest" that references the images for multiple architectures # rather than just the "Image Digest" that references the image for the selected architecture. -FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:383329bf9c4f968e87e85d30ba3a5cb988a3bbde28b8e4932dcd3a025fd9c98c +FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:2f06ae0e6d3d9c4f610d32c480338eef474867f435d8d28625f2985e8acde6e8 # intentionally unused ARG PRODUCT_VERSION From e3d5ad27ded92190cb2f9ca86391f5b4d045ebc4 Mon Sep 17 00:00:00 2001 From: xeniape Date: Mon, 15 Sep 2025 15:22:39 +0200 Subject: [PATCH 2/4] Update cargo-auditable version --- stackable-devel/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stackable-devel/Dockerfile b/stackable-devel/Dockerfile index fe4d5c6ff..244e2d76e 100644 --- a/stackable-devel/Dockerfile +++ b/stackable-devel/Dockerfile @@ -49,7 +49,7 @@ ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.87.0 ENV CARGO_CYCLONEDX_CRATE_VERSION=0.5.7 # Find the latest version here: https://crates.io/crates/cargo-auditable # renovate: datasource=crate packageName=cargo-auditable -ENV CARGO_AUDITABLE_CRATE_VERSION=0.6.6 +ENV CARGO_AUDITABLE_CRATE_VERSION=0.7.0 RUN < Date: Mon, 15 Sep 2025 15:32:58 +0200 Subject: [PATCH 3/4] Update ubi-minimal in ubi9-rust-builder --- ubi9-rust-builder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubi9-rust-builder/Dockerfile b/ubi9-rust-builder/Dockerfile index 1bba7e72d..bf2a0c9c1 100644 --- a/ubi9-rust-builder/Dockerfile +++ b/ubi9-rust-builder/Dockerfile @@ -3,7 +3,7 @@ # Find the latest version at https://catalog.redhat.com/software/containers/ubi9/ubi-minimal/615bd9b4075b022acc111bf5?container-tabs=gti # IMPORTANT: Be sure to use the Manifest List Digest for multi-arch support -FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:383329bf9c4f968e87e85d30ba3a5cb988a3bbde28b8e4932dcd3a025fd9c98c AS builder +FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:2f06ae0e6d3d9c4f610d32c480338eef474867f435d8d28625f2985e8acde6e8 AS builder LABEL maintainer="Stackable GmbH" From 69891ed8ee997556721277779ffc57f77bce8d77 Mon Sep 17 00:00:00 2001 From: xeniape Date: Mon, 15 Sep 2025 15:39:26 +0200 Subject: [PATCH 4/4] add changelog entry --- CHANGELOG.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae4287864..bc46b8995 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,17 +6,20 @@ All notable changes to this project will be documented in this file. ### Added -- ubi9-rust-builder: Include `.tar.gz` snapshots of the operator source code in container images ([#1207]) +- ubi9-rust-builder: Include `.tar.gz` snapshots of the operator source code in container images ([#1207]). - opensearch: Add Opensearch as new product with version `3.1.0` ([#1215]). - 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]). ### Changed -- all: Use our build-repo to cache NPM dependencies ([#1219]) -- java: Use a more recent Maven version for all Java based products ([#1220]) +- all: Use our build-repo to cache NPM dependencies ([#1219]). +- java: Use a more recent Maven version for all Java based products ([#1220]). +- ubi9-rust-builder: Bump ubi9 base image ([#1253]). +- stackable-base: Bump ubi9 base image ([#1253]). +- stackable-devel: Bump ubi9 base image and update cargo-auditable to `0.7.0` ([#1253]). ### Removed @@ -31,6 +34,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 +[#1253]: https://github.com/stackabletech/docker-images/pull/1253 ## [25.7.0] - 2025-07-23