File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ All notable changes to this project will be documented in this file.
33
33
` check-permissions-ownership.sh ` provided in stackable-base image ([ #1025 ] ).
34
34
- zookeeper: check for correct permissions and ownerships in /stackable folder via
35
35
` 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 ] ).
37
37
- java: Add JDK 24 ([ #1097 ] ).
38
38
- ci: Add golang image to mirror workflow ([ #1103 ] ).
39
39
@@ -101,6 +101,7 @@ All notable changes to this project will be documented in this file.
101
101
[ #1098 ] : https://github.com/stackabletech/docker-images/pull/1098
102
102
[ #1102 ] : https://github.com/stackabletech/docker-images/pull/1102
103
103
[ #1103 ] : https://github.com/stackabletech/docker-images/pull/1103
104
+ [ #1106 ] : https://github.com/stackabletech/docker-images/pull/1106
104
105
105
106
## [ 25.3.0] - 2025-03-21
106
107
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ if [[ "${PRODUCT}" != 1.* ]] ; then
96
96
97
97
cd ..
98
98
# Save disk space, even for intermediate images
99
- rm -rf nifi-iceberg-bundle-main
99
+ rm -rf nifi-iceberg-bundle-${NIFI_ICEBERG_BUNDLE}
100
100
101
101
# Set correct groups
102
102
chmod g=u /stackable/*.nar
You can’t perform that action at this time.
0 commit comments