From fde6c40bfbaee01bca980d5fe4a279cb98ffe1db Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Thu, 26 Feb 2026 15:02:37 +0100 Subject: [PATCH 1/2] fix(ubi10-rust-builder): Add gzip dependency --- ubi10-rust-builder/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ubi10-rust-builder/Dockerfile b/ubi10-rust-builder/Dockerfile index 593d0caab..a6461fd10 100644 --- a/ubi10-rust-builder/Dockerfile +++ b/ubi10-rust-builder/Dockerfile @@ -69,6 +69,8 @@ RUN microdnf update \ # tar needed to create the source code snapshot before building the Rust code tar \ unzip \ + # gzip needed by the tar command in the ONBUILD step + gzip \ && microdnf clean all \ && rm -rf /var/cache/yum From 55df5f5709a3e113dcfcb27465b074b8af086b52 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Thu, 26 Feb 2026 15:04:39 +0100 Subject: [PATCH 2/2] chore: Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e3b9da38..15017a68b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -72,6 +72,7 @@ All notable changes to this project will be documented in this file. - testing-tools: Move Kerberos packages from testing-tools/hive to parent since they provide `kinit` which is needed in other tests too (ex. HBase). ([#1389]). - hbase: Removed test class from backport HBASE-29797 to HBase version `2.6.3` ([#1426]). - superset: Pin setup-tools to ensure pkg_resources are installed (needed for `4.1.4` builds) ([#1428]). +- ubi10-rust-builder: Add gzip dependency for the ONBUILD step ([#1436]). [#1336]: https://github.com/stackabletech/docker-images/pull/1336 [#1337]: https://github.com/stackabletech/docker-images/pull/1337 @@ -113,6 +114,7 @@ All notable changes to this project will be documented in this file. [#1432]: https://github.com/stackabletech/docker-images/pull/1432 [#1433]: https://github.com/stackabletech/docker-images/pull/1433 [#1435]: https://github.com/stackabletech/docker-images/pull/1435 +[#1436]: https://github.com/stackabletech/docker-images/pull/1436 ## [25.11.0] - 2025-11-07