File tree Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66
77### Added
88
9- - ubi9-rust-builder: Include ` .tar.gz ` snapshots of the operator source code in container images ([ #1207 ] )
9+ - ubi9-rust-builder: Include ` .tar.gz ` snapshots of the operator source code in container images ([ #1207 ] ).
1010- opensearch: Add Opensearch as new product with version ` 3.1.0 ` ([ #1215 ] ).
1111- opensearch: Use build-repo.stackable.tech instead of Maven Central ([ #1222 ] ).
1212- opensearch: Add the ` opensearch-prometheus-exporter ` plugin to the image ([ #1223 ] ).
@@ -16,8 +16,11 @@ All notable changes to this project will be documented in this file.
1616
1717### Changed
1818
19- - all: Use our build-repo to cache NPM dependencies ([ #1219 ] )
20- - java: Use a more recent Maven version for all Java based products ([ #1220 ] )
19+ - all: Use our build-repo to cache NPM dependencies ([ #1219 ] ).
20+ - java: Use a more recent Maven version for all Java based products ([ #1220 ] ).
21+ - ubi9-rust-builder: Bump ubi9 base image ([ #1253 ] ).
22+ - stackable-base: Bump ubi9 base image ([ #1253 ] ).
23+ - stackable-devel: Bump ubi9 base image and update cargo-auditable to ` 0.7.0 ` ([ #1253 ] ).
2124
2225### Removed
2326
@@ -33,6 +36,7 @@ All notable changes to this project will be documented in this file.
3336[ #1228 ] : https://github.com/stackabletech/docker-images/pull/1228
3437[ #1230 ] : https://github.com/stackabletech/docker-images/pull/1230
3538[ #1247 ] : https://github.com/stackabletech/docker-images/pull/1247
39+ [ #1253 ] : https://github.com/stackabletech/docker-images/pull/1253
3640
3741## [ 25.7.0] - 2025-07-23
3842
Original file line number Diff line number Diff line change 3939# Find the latest version at https://catalog.redhat.com/software/containers/ubi9/ubi-minimal/615bd9b4075b022acc111bf5?container-tabs=gti
4040# IMPORTANT: Make sure to use the "Manifest List Digest" that references the images for multiple architectures
4141# rather than just the "Image Digest" that references the image for the selected architecture.
42- FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:383329bf9c4f968e87e85d30ba3a5cb988a3bbde28b8e4932dcd3a025fd9c98c AS final
42+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:2f06ae0e6d3d9c4f610d32c480338eef474867f435d8d28625f2985e8acde6e8 AS final
4343
4444# intentionally unused
4545ARG PRODUCT_VERSION
Original file line number Diff line number Diff line change 1111# Find the latest version at https://catalog.redhat.com/software/containers/ubi9/ubi-minimal/615bd9b4075b022acc111bf5?container-tabs=gti
1212# IMPORTANT: Make sure to use the "Manifest List Digest" that references the images for multiple architectures
1313# rather than just the "Image Digest" that references the image for the selected architecture.
14- FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:383329bf9c4f968e87e85d30ba3a5cb988a3bbde28b8e4932dcd3a025fd9c98c
14+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:2f06ae0e6d3d9c4f610d32c480338eef474867f435d8d28625f2985e8acde6e8
1515
1616# intentionally unused
1717ARG PRODUCT_VERSION
@@ -49,7 +49,7 @@ ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.87.0
4949ENV CARGO_CYCLONEDX_CRATE_VERSION=0.5.7
5050# Find the latest version here: https://crates.io/crates/cargo-auditable
5151# renovate: datasource=crate packageName=cargo-auditable
52- ENV CARGO_AUDITABLE_CRATE_VERSION=0.6.6
52+ ENV CARGO_AUDITABLE_CRATE_VERSION=0.7.0
5353
5454RUN <<EOF
5555microdnf update
Original file line number Diff line number Diff line change 33
44# Find the latest version at https://catalog.redhat.com/software/containers/ubi9/ubi-minimal/615bd9b4075b022acc111bf5?container-tabs=gti
55# IMPORTANT: Be sure to use the Manifest List Digest for multi-arch support
6- FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:383329bf9c4f968e87e85d30ba3a5cb988a3bbde28b8e4932dcd3a025fd9c98c AS builder
6+ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:2f06ae0e6d3d9c4f610d32c480338eef474867f435d8d28625f2985e8acde6e8 AS builder
77
88LABEL maintainer="Stackable GmbH"
99
You can’t perform that action at this time.
0 commit comments