Skip to content

Commit c9b4a03

Browse files
authored
chore(stackable-base): Update image for 25.11.0 (#1253)
* Update ubi-minimal version * Update cargo-auditable version * Update ubi-minimal in ubi9-rust-builder * add changelog entry
1 parent 60b07d5 commit c9b4a03

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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

stackable-base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ EOF
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
4545
ARG PRODUCT_VERSION

stackable-devel/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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
1717
ARG PRODUCT_VERSION
@@ -49,7 +49,7 @@ ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.87.0
4949
ENV 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

5454
RUN <<EOF
5555
microdnf update

ubi9-rust-builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

88
LABEL maintainer="Stackable GmbH"
99

0 commit comments

Comments
 (0)