Skip to content

Commit 73dcb3f

Browse files
authored
fix(nifi): Delete correct intermediate folder (#1106)
* fix(nifi): Delete correct intermediate folder * changelog
1 parent b337fb4 commit 73dcb3f

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
@@ -33,7 +33,7 @@ All notable changes to this project will be documented in this file.
3333
`check-permissions-ownership.sh` provided in stackable-base image ([#1025]).
3434
- zookeeper: check for correct permissions and ownerships in /stackable folder via
3535
`check-permissions-ownership.sh` provided in stackable-base image ([#1043]).
36-
- nifi: Add [nifi-iceberg-bundle](https://github.com/stackabletech/nifi-iceberg-bundle) for NiFi `2.2.0` ([#1060]).
36+
- nifi: Add [nifi-iceberg-bundle](https://github.com/stackabletech/nifi-iceberg-bundle) for NiFi `2.2.0` ([#1060], [#1106]).
3737
- java: Add JDK 24 ([#1097]).
3838
- ci: Add golang image to mirror workflow ([#1103]).
3939

@@ -101,6 +101,7 @@ All notable changes to this project will be documented in this file.
101101
[#1098]: https://github.com/stackabletech/docker-images/pull/1098
102102
[#1102]: https://github.com/stackabletech/docker-images/pull/1102
103103
[#1103]: https://github.com/stackabletech/docker-images/pull/1103
104+
[#1106]: https://github.com/stackabletech/docker-images/pull/1106
104105

105106
## [25.3.0] - 2025-03-21
106107

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)