We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c843dd commit c438cb1Copy full SHA for c438cb1
nifi/Dockerfile
@@ -81,6 +81,8 @@ if [[ "${PRODUCT}" != 1.* ]] ; then
81
curl "https://github.com/stackabletech/nifi-iceberg-bundle/archive/refs/tags/${NIFI_ICEBERG_BUNDLE}.tar.gz" | tar -xzC .
82
cd nifi-iceberg-bundle-${NIFI_ICEBERG_BUNDLE} || exit
83
84
+ sed -i -e "s/{{ NIFI_VERSION }}/${PRODUCT}/g" pom.xml
85
+
86
mvn \
87
--batch-mode \
88
--no-transfer-progress\
nifi/versions.py
@@ -13,6 +13,6 @@
13
"product": "2.4.0",
14
"java-base": "21",
15
"java-devel": "21",
16
- "nifi_iceberg_bundle": "0.0.3",
+ "nifi_iceberg_bundle": "0.0.4",
17
},
18
]
0 commit comments