Skip to content

Commit c825aab

Browse files
sbernauerlabrenbe
authored andcommitted
fix(nifi): Delete correct intermediate folder (#1106)
* fix(nifi): Delete correct intermediate folder * changelog
1 parent 31490f8 commit c825aab

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ All notable changes to this project will be documented in this file.
3434
- zookeeper: check for correct permissions and ownerships in /stackable folder via
3535
`check-permissions-ownership.sh` provided in stackable-base image ([#1043]).
3636
- nifi: Add OPA authorizer plugin with workaround ([#1058]).
37-
- nifi: Add [nifi-iceberg-bundle](https://github.com/stackabletech/nifi-iceberg-bundle) for NiFi `2.2.0` ([#1060]).
37+
- nifi: Add [nifi-iceberg-bundle](https://github.com/stackabletech/nifi-iceberg-bundle) for NiFi `2.2.0` ([#1060], [#1106]).
3838
- java: Add JDK 24 ([#1097]).
3939
- ci: Add golang image to mirror workflow ([#1103]).
4040

@@ -103,6 +103,7 @@ All notable changes to this project will be documented in this file.
103103
[#1098]: https://github.com/stackabletech/docker-images/pull/1098
104104
[#1102]: https://github.com/stackabletech/docker-images/pull/1102
105105
[#1103]: https://github.com/stackabletech/docker-images/pull/1103
106+
[#1106]: https://github.com/stackabletech/docker-images/pull/1106
106107

107108
## [25.3.0] - 2025-03-21
108109

nifi/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ if [[ "${PRODUCT}" != 1.* ]] ; then
9696

9797
cd ..
9898
# Save disk space, even for intermediate images
99-
rm -rf nifi-iceberg-bundle-main
99+
rm -rf nifi-iceberg-bundle-${NIFI_ICEBERG_BUNDLE}
100100

101101
# Set correct groups
102102
chmod g=u /stackable/*.nar

0 commit comments

Comments
 (0)