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 @@ -34,7 +34,7 @@ All notable changes to this project will be documented in this file.
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
36
- 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 ] ).
38
38
- java: Add JDK 24 ([ #1097 ] ).
39
39
- ci: Add golang image to mirror workflow ([ #1103 ] ).
40
40
@@ -103,6 +103,7 @@ All notable changes to this project will be documented in this file.
103
103
[ #1098 ] : https://github.com/stackabletech/docker-images/pull/1098
104
104
[ #1102 ] : https://github.com/stackabletech/docker-images/pull/1102
105
105
[ #1103 ] : https://github.com/stackabletech/docker-images/pull/1103
106
+ [ #1106 ] : https://github.com/stackabletech/docker-images/pull/1106
106
107
107
108
## [ 25.3.0] - 2025-03-21
108
109
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