From 89c9c1ed1d3f652da3d089797a2ae722652d6c15 Mon Sep 17 00:00:00 2001 From: dervoeti Date: Mon, 5 Jan 2026 19:42:31 +0100 Subject: [PATCH 1/2] feat: build testing tools subimages in workflow --- .github/workflows/build_testing-tools.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_testing-tools.yaml b/.github/workflows/build_testing-tools.yaml index a0dd22059..4d61f828d 100644 --- a/.github/workflows/build_testing-tools.yaml +++ b/.github/workflows/build_testing-tools.yaml @@ -22,12 +22,20 @@ on: jobs: build_image: - name: Reusable Workflow + name: Reusable Workflow (${{ matrix.product-name }}) + strategy: + fail-fast: false + matrix: + product-name: + - testing-tools + - testing-tools/nifi + - testing-tools/trino + - testing-tools/hive uses: ./.github/workflows/reusable_build_image.yaml secrets: harbor-robot-secret: ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }} slack-token: ${{ secrets.SLACK_CONTAINER_IMAGE_TOKEN }} with: - product-name: testing-tools + product-name: ${{ matrix.product-name }} sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }} registry-namespace: sdp From a8298788783882f348fb0f5d5fc562c14a231997 Mon Sep 17 00:00:00 2001 From: dervoeti Date: Tue, 6 Jan 2026 10:16:52 +0100 Subject: [PATCH 2/2] chore: changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d53baa9e0..f6c1b7a81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file. - hive: Build [hive-metastore-opa-authorizer](https://github.com/boschglobal/hive-metastore-opa-authorizer) from source and add to image ([#1340]). - hive: Add `4.2.0` ([#1356]). - nifi: Add patches to replace process group root ID placeholder ([#1358]). +- testing-tools: build testing tools subimages in workflow ([#1366]). ### Changed @@ -30,6 +31,7 @@ All notable changes to this project will be documented in this file. [#1356]: https://github.com/stackabletech/docker-images/pull/1356 [#1357]: https://github.com/stackabletech/docker-images/pull/1357 [#1358]: https://github.com/stackabletech/docker-images/pull/1358 +[#1366]: https://github.com/stackabletech/docker-images/pull/1366 ## [25.11.0] - 2025-11-07