File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 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.
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
Original file line number Diff line number Diff 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
102102chmod g=u /stackable/*.nar
You can’t perform that action at this time.
0 commit comments