Skip to content

Commit ecebd07

Browse files
authored
chore(testing-tools): Update the base image (#1165)
* chore(testing-tools): Bump the base image manifest list digest * chore: Update changelog * chore(issue_templates): Remove ubi-rust-builder tasks They are done outside of this tracking issue * chore(issue_templates): Update hints and move cyclonedx-bom to relevand tracking issues * Apply suggestions from code review
1 parent 82e020f commit ecebd07

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ Part of stackabletech/issues#xxx.
3636

3737
- [ ] [Create issue from template: update-base-java.md](https://github.com/stackabletech/docker-images/issues/new?template=update-base-java.md)
3838
- [ ] [Create issue from template: update-base-stackable.md](https://github.com/stackabletech/docker-images/issues/new?template=update-base-stackable.md)
39-
- [ ] [Create issue from template: update-base-ubi-rust-builders.md](https://github.com/stackabletech/docker-images/issues/new?template=update-base-ubi-rust-builders.md)
4039
- [ ] [Create issue from template: update-base-vector.md](https://github.com/stackabletech/docker-images/issues/new?template=update-base-vector.md)
4140
- [ ] [Create issue from template: update-product-airflow.md](https://github.com/stackabletech/docker-images/issues/new?template=update-product-airflow.md)
4241
- [ ] [Create issue from template: update-product-druid.md](https://github.com/stackabletech/docker-images/issues/new?template=update-product-druid.md)
@@ -55,9 +54,8 @@ Part of stackabletech/issues#xxx.
5554

5655
- [ ] jmx_exporter (validate via hdfs-operator smoke tests)
5756
- [ ] krb5
58-
- [ ] tools
59-
- [ ] testing-tools
57+
- [ ] tools (update the versions in version.py)
58+
- [ ] testing-tools (update the base, maybe keycloak)
6059
- [ ] statsd_exporter
61-
- [ ] cyclonedx-bom (pip)
6260
- [ ] csi-provisioner for secret-operator
6361
- [ ] csi-provisioner for listener-operator

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Add/Change/Remove anything that isn't applicable anymore
2929

3030
- [ ] Update `versions.py` to reflect the agreed upon versions in the spreadsheet (including the removal of old versions).
3131
- [ ] Download new constraints file (see `airflow/download_constraints.sh`).
32-
- [ ] Update other dependencies if applicable (eg: python, statsd_exporter, etc).
32+
- [ ] Update other dependencies if applicable (eg: python, statsd_exporter, cyclonedx-bom, etc).
3333
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
3434
- [ ] Ensure prerequisites are up to date (required-external-components.adoc).
3535
- [ ] Update the version in demos. Add the PR(s) to the list below.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add/Change/Remove anything that isn't applicable anymore
3131
- [ ] Create a new constraints file (see `superset/README.md`).
3232
- [ ] Create a file: `superset/stackable/patches/x.y.z/.gitkeep`, add patches if applicable.
3333
- [ ] Delete old constraint files and patch directories.
34-
- [ ] Update other dependencies if applicable (eg: python, auth_lib, etc).
34+
- [ ] Update other dependencies if applicable (eg: python, auth_lib, cyclonedx-bom, etc).
3535
- [ ] Check other operators (getting_started / kuttl / supported-versions) for usage of the versions. Add the PR(s) to the list below.
3636
- [ ] Ensure prerequisites are up to date (required-external-components.adoc).
3737
- [ ] Update the version in demos. Add the PR(s) to the list below.

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ All notable changes to this project will be documented in this file.
8181
- druid: Bump druiod-opa-authorizer to `0.7.0` ([#1139]).
8282
- vector: Bump to `0.47.0` ([#1152]).
8383
- zookeeper: backport ZOOKEEPER-4846, ZOOKEEPER-4921, ZOOKEEPER-4925 into Zookeeper 3.9.3 ([#1150]).
84+
- testing-tools: Update base image ([#1165]).
8485

8586
### Fixed
8687

@@ -184,6 +185,7 @@ All notable changes to this project will be documented in this file.
184185
[#1152]: https://github.com/stackabletech/docker-images/pull/1152
185186
[#1156]: https://github.com/stackabletech/docker-images/pull/1156
186187
[#1163]: https://github.com/stackabletech/docker-images/pull/1163
188+
[#1165]: https://github.com/stackabletech/docker-images/pull/1165
187189

188190
## [25.3.0] - 2025-03-21
189191

testing-tools/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33

44
# Manifest list digest because of multi architecture builds ( https://www.redhat.com/architect/pull-container-image#:~:text=A%20manifest%20list%20exists%20to,system%20on%20a%20specific%20architecture )
55
# https://hub.docker.com/_/python/tags
6-
FROM python:3.12-slim-bullseye@sha256:57ab68549579e5e7bdf485fd33792577b5f4c14336fdc9a9a5a9fb6af0af1776
6+
# In Docker Hub, open up the tag and look for Index Digest. Otherwise do:
7+
# docker pull python:3.12-slim-bullseye and see the digest that appears in the output.
8+
FROM python:3.12-slim-bullseye@sha256:229b2897e6b5c630d83a721e42dd1c96e3ec996323bb822b076eb865e2c6c0b2
79

810
ARG PRODUCT
911
ARG RELEASE

0 commit comments

Comments
 (0)