Skip to content

Commit 8920934

Browse files
authored
fix(ubi10-rust-builder): Add gzip dependency (#1436)
* fix(ubi10-rust-builder): Add gzip dependency * chore: Update changelog
1 parent 15e21ce commit 8920934

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ All notable changes to this project will be documented in this file.
7272
- 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]).
7373
- hbase: Removed test class from backport HBASE-29797 to HBase version `2.6.3` ([#1426]).
7474
- superset: Pin setup-tools to ensure pkg_resources are installed (needed for `4.1.4` builds) ([#1428]).
75+
- ubi10-rust-builder: Add gzip dependency for the ONBUILD step ([#1436]).
7576

7677
[#1336]: https://github.com/stackabletech/docker-images/pull/1336
7778
[#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.
113114
[#1432]: https://github.com/stackabletech/docker-images/pull/1432
114115
[#1433]: https://github.com/stackabletech/docker-images/pull/1433
115116
[#1435]: https://github.com/stackabletech/docker-images/pull/1435
117+
[#1436]: https://github.com/stackabletech/docker-images/pull/1436
116118

117119
## [25.11.0] - 2025-11-07
118120

ubi10-rust-builder/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ RUN microdnf update \
6969
# tar needed to create the source code snapshot before building the Rust code
7070
tar \
7171
unzip \
72+
# gzip needed by the tar command in the ONBUILD step
73+
gzip \
7274
&& microdnf clean all \
7375
&& rm -rf /var/cache/yum
7476

0 commit comments

Comments
 (0)