Skip to content

Commit 82e020f

Browse files
authored
chore(ubi-minimal): Update manifest SHA before SDP 25.7.0 (#1163)
* chore(issue_template/stackable-base): Remove unused block, and add hints to some of the tasks * chore(stackable-base): Improve hints for updates to ca-certificates package * chore(issue_templates): Remove hello-world * chore(issue_templates): Add jmx_exporter * chore(issue_templates/trino): Improve hint * chore(issue_templates/trino): Add task for checking versions used in the main documentation repo * chore(issue_templates): Remove checkboxes from PR link placeholders * chore(ubi9-minimal): Bump all manifest list hashes * chore: Update changelog
1 parent a7b248a commit 82e020f

21 files changed

+97
-91
lines changed

.github/ISSUE_TEMPLATE/early-pre-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Part of stackabletech/issues#xxx.
5353

5454
## Additional items which don't have a tracking issue
5555

56-
- [ ] hello-world
56+
- [ ] jmx_exporter (validate via hdfs-operator smoke tests)
5757
- [ ] krb5
5858
- [ ] tools
5959
- [ ] testing-tools

.github/ISSUE_TEMPLATE/update-base-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ we should also make new versions of Java available for use.
4646

4747
## Related Pull Requests
4848

49-
- [ ] _Link to the docker-images PR (product update)_
49+
- _Link to the docker-images PR (product update)_
5050

5151
## Acceptance
5252

.github/ISSUE_TEMPLATE/update-base-stackable.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,19 @@ assignees: ''
1313

1414
Part of #xxx.
1515

16-
<!--
17-
This gives hints to the person doing the work.
18-
Add/Change/Remove anything that isn't applicable anymore
19-
-->
20-
- Add: `x.x.x`
21-
- Remove: `y.y.y`
22-
2316
> [!TIP]
2417
> Please add the `scheduled-for/20XX-XX` label, and add to the [Stackable Engineering][1] project.
2518
>
2619
> [1]: https://github.com/orgs/stackabletech/projects/10
2720
2821
## Update tasks
2922

23+
> [!NOTE]
24+
> When updating the base image, you will likely get a build failure related to the CA certificates.
25+
> This means you will need to update the `ca-certificates-*` package and try again. The build will
26+
> fail if the blocked certificates are still found.
27+
> The package check exists so that we can remove it once (if ever) the _bad_ CA has been removed.
28+
3029
### `stackable-base`
3130

3231
- [ ] Update `FROM ...ubi-minimal` version hash in the Dockerfile
@@ -35,13 +34,13 @@ Add/Change/Remove anything that isn't applicable anymore
3534
### `stackable-devel`
3635

3736
- [ ] Update `FROM ...ubi-minimal` version hash in the Dockerfile
38-
- [ ] Update `RUST_DEFAULT_TOOLCHAIN_VERSION`
39-
- [ ] Update `CARGO_CYCLONEDX_CRATE_VERSION`
40-
- [ ] Update `CARGO_AUDITABLE_CRATE_VERSION`
37+
- [ ] Update `RUST_DEFAULT_TOOLCHAIN_VERSION` (if tools need it, eg: patchable, config-utils)
38+
- [ ] Update `CARGO_CYCLONEDX_CRATE_VERSION` (if necessary)
39+
- [ ] Update `CARGO_AUDITABLE_CRATE_VERSION` (if necessary)
4140

4241
## Related Pull Requests
4342

44-
- [ ] _Link to the docker-images PR (product update)_
43+
- _Link to the docker-images PR (product update)_
4544

4645
## Acceptance
4746

.github/ISSUE_TEMPLATE/update-base-ubi-rust-builders.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ Add/Change/Remove anything that isn't applicable anymore
4141

4242
## Related Pull Requests
4343

44-
- [ ] _Link to the docker-images PR (product update)_
45-
- [ ] _Bump rust toolchain in operator-rs_
46-
- [ ] _Bump rust toolchain in operator-templating_
44+
- _Link to the docker-images PR (product update)_
45+
- _Bump rust toolchain in operator-rs_
46+
- _Bump rust toolchain in operator-templating_
4747

4848
## Acceptance
4949

.github/ISSUE_TEMPLATE/update-base-vector.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ Add/Change/Remove anything that isn't applicable anymore
4747
> Delete any items that do not apply so that all applicable items can be checked.
4848
> For example, if you add release notes to the documentation repository, you do not need the latter two criteria.
4949
50-
- [ ] _Link to the docker-images PR (product update)_
51-
- [ ] _Link to the operator PR (getting_started / kuttl / supported-versions)_
52-
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
53-
- [ ] _Link to demo PR (raise against the `main` branch)_
54-
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
50+
- _Link to the docker-images PR (product update)_
51+
- _Link to the operator PR (getting_started / kuttl / supported-versions)_
52+
- _Link to any other operator PRs (getting_started / kuttl)_
53+
- _Link to demo PR (raise against the `main` branch)_
54+
- _Link to the Release Notes PR in the documentation repo (if not a comment below)_
5555

5656
## Acceptance
5757

.github/ISSUE_TEMPLATE/update-product-airflow.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ Add/Change/Remove anything that isn't applicable anymore
4040
> Delete any items that do not apply so that all applicable items can be checked.
4141
> For example, if you add release notes to the documentation repository, you do not need the latter two criteria.
4242
43-
- [ ] _Link to the docker-images PR (product update)_
44-
- [ ] _Link to operator PR (getting_started / kuttl)_
45-
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
46-
- [ ] _Link to demo PR (raise against the `main` branch)_
47-
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
43+
- _Link to the docker-images PR (product update)_
44+
- _Link to operator PR (getting_started / kuttl)_
45+
- _Link to any other operator PRs (getting_started / kuttl)_
46+
- _Link to demo PR (raise against the `main` branch)_
47+
- _Link to the Release Notes PR in the documentation repo (if not a comment below)_
4848

4949
## Acceptance
5050

.github/ISSUE_TEMPLATE/update-product-druid.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ Add/Change/Remove anything that isn't applicable anymore
4444
> Delete any items that do not apply so that all applicable items can be checked.
4545
> For example, if you add release notes to the documentation repository, you do not need the latter two criteria.
4646
47-
- [ ] _Link to [druid-opa-authorizer](https://github.com/stackabletech/druid-opa-authorizer/) PR_
48-
- [ ] _Link to the docker-images PR (product update)_
49-
- [ ] _Link to the operator PR (getting_started / kuttl / supported-versions)_
50-
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
51-
- [ ] _Link to demo PR (raise against the `main` branch)_
52-
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
47+
- _Link to [druid-opa-authorizer](https://github.com/stackabletech/druid-opa-authorizer/) PR_
48+
- _Link to the docker-images PR (product update)_
49+
- _Link to the operator PR (getting_started / kuttl / supported-versions)_
50+
- _Link to any other operator PRs (getting_started / kuttl)_
51+
- _Link to demo PR (raise against the `main` branch)_
52+
- _Link to the Release Notes PR in the documentation repo (if not a comment below)_
5353

5454
## Acceptance
5555

.github/ISSUE_TEMPLATE/update-product-hbase-phoenix-omid.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ Add/Change/Remove anything that isn't applicable anymore
4848
> Delete any items that do not apply so that all applicable items can be checked.
4949
> For example, if you add release notes to the documentation repository, you do not need the latter two criteria.
5050
51-
- [ ] _Link to the docker-images PR (product update)_
52-
- [ ] _Link to operator PR (getting_started / kuttl)_
53-
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
54-
- [ ] _Link to demo PR (raise against the `main` branch)_
55-
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
51+
- _Link to the docker-images PR (product update)_
52+
- _Link to operator PR (getting_started / kuttl)_
53+
- _Link to any other operator PRs (getting_started / kuttl)_
54+
- _Link to demo PR (raise against the `main` branch)_
55+
- _Link to the Release Notes PR in the documentation repo (if not a comment below)_
5656

5757
## Acceptance
5858

.github/ISSUE_TEMPLATE/update-product-hdfs.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ Add/Change/Remove anything that isn't applicable anymore
4040
> Delete any items that do not apply so that all applicable items can be checked.
4141
> For example, if you add release notes to the documentation repository, you do not need the latter two criteria.
4242
43-
- [ ] _Link to the docker-images PR (product update)_
44-
- [ ] _Link to [hdfs-utils](https://github.com/stackabletech/hdfs-utils/) PR (if applicable)_
45-
- [ ] _Link to the operator PR (getting_started / kuttl / supported-versions)_
46-
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
47-
- [ ] _Link to demo PR (raise against the `main` branch)_
48-
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
43+
- _Link to the docker-images PR (product update)_
44+
- _Link to [hdfs-utils](https://github.com/stackabletech/hdfs-utils/) PR (if applicable)_
45+
- _Link to the operator PR (getting_started / kuttl / supported-versions)_
46+
- _Link to any other operator PRs (getting_started / kuttl)_
47+
- _Link to demo PR (raise against the `main` branch)_
48+
- _Link to the Release Notes PR in the documentation repo (if not a comment below)_
4949

5050
## Acceptance
5151

.github/ISSUE_TEMPLATE/update-product-hive.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ Add/Change/Remove anything that isn't applicable anymore
4141
> Delete any items that do not apply so that all applicable items can be checked.
4242
> For example, if you add release notes to the documentation repository, you do not need the latter two criteria.
4343
44-
- [ ] _Link to the docker-images PR (product update)_
45-
- [ ] _Link to the operator PR (getting_started / kuttl / supported-versions)_
46-
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
47-
- [ ] _Link to demo PR (raise against the `main` branch)_
48-
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
44+
- _Link to the docker-images PR (product update)_
45+
- _Link to the operator PR (getting_started / kuttl / supported-versions)_
46+
- _Link to any other operator PRs (getting_started / kuttl)_
47+
- _Link to demo PR (raise against the `main` branch)_
48+
- _Link to the Release Notes PR in the documentation repo (if not a comment below)_
4949

5050
## Acceptance
5151

.github/ISSUE_TEMPLATE/update-product-kafka.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ Add/Change/Remove anything that isn't applicable anymore
5353
> Delete any items that do not apply so that all applicable items can be checked.
5454
> For example, if you add release notes to the documentation repository, you do not need the latter two criteria.
5555
56-
- [ ] _Link to the docker-images PR (product update)_
57-
- [ ] _Link to the operator PR (getting_started / kuttl / supported-versions)_
58-
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
59-
- [ ] _Link to demo PR (raise against the `main` branch)_
60-
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
56+
- _Link to the docker-images PR (product update)_
57+
- _Link to the operator PR (getting_started / kuttl / supported-versions)_
58+
- _Link to any other operator PRs (getting_started / kuttl)_
59+
- _Link to demo PR (raise against the `main` branch)_
60+
- _Link to the Release Notes PR in the documentation repo (if not a comment below)_
6161

6262
## Acceptance
6363

.github/ISSUE_TEMPLATE/update-product-nifi.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ Add/Change/Remove anything that isn't applicable anymore
4040
> Delete any items that do not apply so that all applicable items can be checked.
4141
> For example, if you add release notes to the documentation repository, you do not need the latter two criteria.
4242
43-
- [ ] _Link to the docker-images PR (product update)_
44-
- [ ] _Link to the operator PR (getting_started / kuttl / supported-versions)_
45-
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
46-
- [ ] _Link to demo PR (raise against the `main` branch)_
47-
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
43+
- _Link to the docker-images PR (product update)_
44+
- _Link to the operator PR (getting_started / kuttl / supported-versions)_
45+
- _Link to any other operator PRs (getting_started / kuttl)_
46+
- _Link to demo PR (raise against the `main` branch)_
47+
- _Link to the Release Notes PR in the documentation repo (if not a comment below)_
4848

4949
## Acceptance
5050

.github/ISSUE_TEMPLATE/update-product-opa.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ Add/Change/Remove anything that isn't applicable anymore
3939
> Delete any items that do not apply so that all applicable items can be checked.
4040
> For example, if you add release notes to the documentation repository, you do not need the latter two criteria.
4141
42-
- [ ] _Link to the docker-images PR (product update)_
43-
- [ ] _Link to the operator PR (getting_started / kuttl / supported-versions)_
44-
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
45-
- [ ] _Link to demo PR (raise against the `main` branch)_
46-
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
42+
- _Link to the docker-images PR (product update)_
43+
- _Link to the operator PR (getting_started / kuttl / supported-versions)_
44+
- _Link to any other operator PRs (getting_started / kuttl)_
45+
- _Link to demo PR (raise against the `main` branch)_
46+
- _Link to the Release Notes PR in the documentation repo (if not a comment below)_
4747

4848
## Acceptance
4949

.github/ISSUE_TEMPLATE/update-product-spark.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ Add/Change/Remove anything that isn't applicable anymore
4141
> Delete any items that do not apply so that all applicable items can be checked.
4242
> For example, if you add release notes to the documentation repository, you do not need the latter two criteria.
4343
44-
- [ ] _Link to the docker-images PR (product update)_
45-
- [ ] _Link to the operator PR (getting_started / kuttl / supported-versions)_
46-
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
47-
- [ ] _Link to demo PR (raise against the `main` branch)_
48-
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
44+
- _Link to the docker-images PR (product update)_
45+
- _Link to the operator PR (getting_started / kuttl / supported-versions)_
46+
- _Link to any other operator PRs (getting_started / kuttl)_
47+
- _Link to demo PR (raise against the `main` branch)_
48+
- _Link to the Release Notes PR in the documentation repo (if not a comment below)_
4949

5050
## Acceptance
5151

.github/ISSUE_TEMPLATE/update-product-superset.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ Add/Change/Remove anything that isn't applicable anymore
4242
> Delete any items that do not apply so that all applicable items can be checked.
4343
> For example, if you add release notes to the documentation repository, you do not need the latter two criteria.
4444
45-
- [ ] _Link to the docker-images PR (product update)_
46-
- [ ] _Link to the operator PR (getting_started / kuttl / supported-versions)_
47-
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
48-
- [ ] _Link to demo PR (raise against the `main` branch)_
49-
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
45+
- _Link to the docker-images PR (product update)_
46+
- _Link to the operator PR (getting_started / kuttl / supported-versions)_
47+
- _Link to any other operator PRs (getting_started / kuttl)_
48+
- _Link to demo PR (raise against the `main` branch)_
49+
- _Link to the Release Notes PR in the documentation repo (if not a comment below)_
5050

5151
## Acceptance
5252

.github/ISSUE_TEMPLATE/update-product-trino.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ Add/Change/Remove anything that isn't applicable anymore
3333
- [ ] Update `versions.py` to the latest supported version of JVM (base and devel).
3434
- [ ] Update other dependencies if applicable (eg: jmx_exporter, opa_authorizer, storage_connector, etc).
3535
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
36-
- [ ] Update versions in `tests/templates/kuttl/opa-authorization/check-opa.py.j2`
36+
- [ ] Maybe update versions in `tests/templates/kuttl/opa-authorization/check-opa.py.j2` (if tests fail)
3737
- [ ] Update the version in demos. Add the PR(s) to the list below.
38+
- [ ] Update versions used in the documentation repository
3839

3940
### trino-cli
4041

@@ -43,18 +44,19 @@ Add/Change/Remove anything that isn't applicable anymore
4344
- [ ] Update `versions.py` to the latest supported version of JVM (base and devel).
4445
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
4546
- [ ] Update the version in demos. Add the PR(s) to the list below.
47+
- [ ] Update versions used in the documentation repository
4648

4749
## Related Pull Requests
4850

4951
> [!TIP]
5052
> Delete any items that do not apply so that all applicable items can be checked.
5153
> For example, if you add release notes to the documentation repository, you do not need the latter two criteria.
5254
53-
- [ ] _Link to the docker-images PR (product update)_
54-
- [ ] _Link to the operator PR (getting_started / kuttl / supported-versions)_
55-
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
56-
- [ ] _Link to demo PR (raise against the `main` branch)_
57-
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
55+
- _Link to the docker-images PR (product update)_
56+
- _Link to the operator PR (getting_started / kuttl / supported-versions)_
57+
- _Link to any other operator PRs (getting_started / kuttl)_
58+
- _Link to demo PR (raise against the `main` branch)_
59+
- _Link to the Release Notes PR in the documentation repo (if not a comment below)_
5860

5961
## Acceptance
6062

.github/ISSUE_TEMPLATE/update-product-zookeeper.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ Add/Change/Remove anything that isn't applicable anymore
4040
> Delete any items that do not apply so that all applicable items can be checked.
4141
> For example, if you add release notes to the documentation repository, you do not need the latter two criteria.
4242
43-
- [ ] _Link to the docker-images PR (product update)_
44-
- [ ] _Link to the operator PR (getting_started / kuttl / supported-versions)_
45-
- [ ] _Link to any other operator PRs (getting_started / kuttl)_
46-
- [ ] _Link to demo PR (raise against the `main` branch)_
47-
- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_
43+
- _Link to the docker-images PR (product update)_
44+
- _Link to the operator PR (getting_started / kuttl / supported-versions)_
45+
- _Link to any other operator PRs (getting_started / kuttl)_
46+
- _Link to demo PR (raise against the `main` branch)_
47+
- _Link to the Release Notes PR in the documentation repo (if not a comment below)_
4848

4949
## Acceptance
5050

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ All notable changes to this project will be documented in this file.
5959

6060
- airflow,superset: Use `uv` to build the product ([#1116]).
6161
- ubi-rust-builder: Bump Rust toolchain to 1.85.0, cargo-cyclonedx to 0.5.7, and cargo-auditable to 0.6.6 ([#1050]).
62-
- ubi9-rust-builder: Bump base image and update protoc to `30.2` ([#1091]).
63-
- stackable-devel: Bump ubi9 base image ([#1103], [#1137]).
62+
- ubi9-rust-builder: Bump base image and update protoc to `30.2` ([#1091], [#1163]).
63+
- stackable-base: Bump ubi9 base image ([#1163]).
64+
- stackable-devel: Bump ubi9 base image ([#1103], [#1137], [#1163]).
6465
- spark-k8s: Include spark-connect jars, replace OpenJDK with Temurin JDK, cleanup ([#1034]).
6566
- spark-connect-client: Image is now completely based on spark-k8s and includes JupyterLab and other demo dependencies ([#1071]).
6667
- jmx_exporter: Bump products to use `1.3.0` ([#1090], [#1156]).
@@ -182,6 +183,7 @@ All notable changes to this project will be documented in this file.
182183
[#1151]: https://github.com/stackabletech/docker-images/pull/1151
183184
[#1152]: https://github.com/stackabletech/docker-images/pull/1152
184185
[#1156]: https://github.com/stackabletech/docker-images/pull/1156
186+
[#1163]: https://github.com/stackabletech/docker-images/pull/1163
185187

186188
## [25.3.0] - 2025-03-21
187189

stackable-base/Dockerfile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ EOF
3636
# Find the latest version at https://catalog.redhat.com/software/containers/ubi9/ubi-minimal/615bd9b4075b022acc111bf5?container-tabs=gti
3737
# IMPORTANT: Make sure to use the "Manifest List Digest" that references the images for multiple architectures
3838
# rather than just the "Image Digest" that references the image for the selected architecture.
39-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:92b1d5747a93608b6adb64dfd54515c3c5a360802db4706765ff3d8470df6290 AS final
39+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:f172b3082a3d1bbe789a1057f03883c1113243564f01cd3020e27548b911d3f8 AS final
4040

4141
# intentionally unused
4242
ARG PRODUCT
@@ -153,11 +153,14 @@ chown ${STACKABLE_USER_UID}:0 /stackable/.curlrc
153153
# CVE-2023-37920: Remove "e-Tugra" root certificates
154154
# e-Tugra's root certificates were subject to an investigation prompted by reporting of security issues in their systems
155155
# Until they are removed by default from ca-certificates, we should remove them manually
156-
if [ "$(rpm -qa ca-certificates)" != "ca-certificates-2024.2.69_v8.0.303-91.4.el9_4.noarch" ]; then
157-
echo "The ca-certificates package was updated. Please check if the e-Tugra root certificates are present. \
156+
EXPECTED_CERTS_PACKAGE="ca-certificates-2024.2.69_v8.0.303-91.4.el9_4.noarch"
157+
ACTUAL_CERTS_PACKAGE="$(rpm -qa ca-certificates)"
158+
if [ "$ACTUAL_CERTS_PACKAGE" != "$EXPECTED_CERTS_PACKAGE" ]; then
159+
echo "The ca-certificates package was updated to $ACTUAL_CERTS_PACKAGE. Please check if the e-Tugra root certificates are present. \
158160
When they have been removed, manually blacklisting them should be removed"
159161
echo "Let me help you by running trust list --filter=ca-anchors | grep 'E-Tugra'"
160162
trust list --filter=ca-anchors | grep 'E-Tugra'
163+
echo "If the cert appears above, please update the expected package: EXPECTED_CERTS_PACKAGE=\"$ACTUAL_CERTS_PACKAGE\""
161164
exit 1;
162165
fi
163166
EOF

stackable-devel/Dockerfile

Lines changed: 1 addition & 1 deletion
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:92b1d5747a93608b6adb64dfd54515c3c5a360802db4706765ff3d8470df6290
14+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:f172b3082a3d1bbe789a1057f03883c1113243564f01cd3020e27548b911d3f8
1515

1616
# intentionally unused
1717
ARG PRODUCT

0 commit comments

Comments
 (0)