diff --git a/CHANGELOG.md b/CHANGELOG.md index a62f1889f..74274b397 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,15 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Added + +- ubi9-rust-builder: Include `.tar.gz` snapshots of the operator source code in container images ([#1207]) + ### Changed - all: Use our build-repo to cache NPM dependencies ([#1219]) +[#1207]: https://github.com/stackabletech/docker-images/pull/1207 [#1219]: https://github.com/stackabletech/docker-images/pull/1219 ## [25.7.0] - 2025-07-23 diff --git a/hadoop/Dockerfile b/hadoop/Dockerfile index 5647d6c57..49fa03a85 100644 --- a/hadoop/Dockerfile +++ b/hadoop/Dockerfile @@ -145,9 +145,7 @@ chmod --recursive g=u /stackable/jmx /stackable/async-profiler "/stackable/hadoo # image the 'hadoop checknative' tool still fails because it can't find the 'libcrypto.so' symlink. # Therefore we create this symlink here. ln -s /usr/lib64/libcrypto.so.3 /usr/lib64/libcrypto.so -EOF -RUN <