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.
6
6
7
7
### Added
8
8
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 ] ).
10
10
- opensearch: Add Opensearch as new product with version ` 3.1.0 ` ([ #1215 ] ).
11
11
- opensearch: Use build-repo.stackable.tech instead of Maven Central ([ #1222 ] ).
12
12
- 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.
16
16
17
17
### Changed
18
18
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 ] ).
21
24
22
25
### Removed
23
26
@@ -33,6 +36,7 @@ All notable changes to this project will be documented in this file.
33
36
[ #1228 ] : https://github.com/stackabletech/docker-images/pull/1228
34
37
[ #1230 ] : https://github.com/stackabletech/docker-images/pull/1230
35
38
[ #1247 ] : https://github.com/stackabletech/docker-images/pull/1247
39
+ [ #1253 ] : https://github.com/stackabletech/docker-images/pull/1253
36
40
37
41
## [ 25.7.0] - 2025-07-23
38
42
Original file line number Diff line number Diff line change 39
39
# Find the latest version at https://catalog.redhat.com/software/containers/ubi9/ubi-minimal/615bd9b4075b022acc111bf5?container-tabs=gti
40
40
# IMPORTANT: Make sure to use the "Manifest List Digest" that references the images for multiple architectures
41
41
# 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
43
43
44
44
# intentionally unused
45
45
ARG PRODUCT_VERSION
Original file line number Diff line number Diff line change 11
11
# Find the latest version at https://catalog.redhat.com/software/containers/ubi9/ubi-minimal/615bd9b4075b022acc111bf5?container-tabs=gti
12
12
# IMPORTANT: Make sure to use the "Manifest List Digest" that references the images for multiple architectures
13
13
# 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
15
15
16
16
# intentionally unused
17
17
ARG PRODUCT_VERSION
@@ -49,7 +49,7 @@ ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.87.0
49
49
ENV CARGO_CYCLONEDX_CRATE_VERSION=0.5.7
50
50
# Find the latest version here: https://crates.io/crates/cargo-auditable
51
51
# renovate: datasource=crate packageName=cargo-auditable
52
- ENV CARGO_AUDITABLE_CRATE_VERSION=0.6.6
52
+ ENV CARGO_AUDITABLE_CRATE_VERSION=0.7.0
53
53
54
54
RUN <<EOF
55
55
microdnf update
Original file line number Diff line number Diff line change 3
3
4
4
# Find the latest version at https://catalog.redhat.com/software/containers/ubi9/ubi-minimal/615bd9b4075b022acc111bf5?container-tabs=gti
5
5
# 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
7
7
8
8
LABEL maintainer="Stackable GmbH"
9
9
You can’t perform that action at this time.
0 commit comments