Skip to content

Commit 6f19615

Browse files
authored
chore(stackable-base+devel): Bump ubi9 image hash (#1433)
* chore(stackable-base+devel): Bump ubi9 image hash * chore: Update changelog
1 parent d1aeefc commit 6f19615

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ All notable changes to this project will be documented in this file.
4545
- hbase: Update `hbase-operator-tools` from `1.3.0-fd5a5fb` to `1.3.0` ([#1425]).
4646
- nifi: Backported NiFi-15567 to NiFi 2.6.0 and 2.7.2 to fix CVE CVE-2026-25903 ([#1429]).
4747
- ubi9-rust-builder: Bump rust toolchain and cargo auditable versions ([#1432]).
48+
- stackable-base: Bump ubi9 image hash ([#1433]).
49+
- stackable-devel: Bump ubi9 image hash ([#1433]).
4850

4951
### Removed
5052

@@ -109,6 +111,7 @@ All notable changes to this project will be documented in this file.
109111
[#1428]: https://github.com/stackabletech/docker-images/pull/1428
110112
[#1429]: https://github.com/stackabletech/docker-images/pull/1429
111113
[#1432]: https://github.com/stackabletech/docker-images/pull/1432
114+
[#1433]: https://github.com/stackabletech/docker-images/pull/1433
112115

113116
## [25.11.0] - 2025-11-07
114117

stackable-base/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ 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:bb08f2300cb8d12a7eb91dddf28ea63692b3ec99e7f0fa71a1b300f2756ea829 AS final
42+
# The website is broken, so you can use this to find it:
43+
# curl https://catalog.redhat.com/en/software/containers/ubi9/ubi-minimal/615bd9b4075b022acc111bf5 \
44+
# | grep -oE 'registry.redhat.io/ubi9/ubi-minimal@sha256:[a-z0-9]{64}'
45+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:c7d44146f826037f6873d99da479299b889473492d3c1ab8af86f08af04ec8a0 AS builder
4346

4447
# intentionally unused
4548
ARG PRODUCT_VERSION

stackable-devel/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
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:bb08f2300cb8d12a7eb91dddf28ea63692b3ec99e7f0fa71a1b300f2756ea829
14+
# The website is broken, so you can use this to find it:
15+
# curl https://catalog.redhat.com/en/software/containers/ubi9/ubi-minimal/615bd9b4075b022acc111bf5 \
16+
# | grep -oE 'registry.redhat.io/ubi9/ubi-minimal@sha256:[a-z0-9]{64}'
17+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:c7d44146f826037f6873d99da479299b889473492d3c1ab8af86f08af04ec8a0 AS builder
1518

1619
# intentionally unused
1720
ARG PRODUCT_VERSION

0 commit comments

Comments
 (0)