Skip to content

Commit c7839e7

Browse files
committed
Use version 0.0.1
1 parent 8968e80 commit c7839e7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

nifi/Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,10 @@ WORKDIR /build
9292
RUN <<EOF
9393
mkdir -p /stackable
9494

95+
# NiFI 1.x natively supports Iceberg, no need to build an iceberg-bundle for it
9596
if [[ "${PRODUCT}" != 1.* ]] ; then
96-
# curl "https://github.com/stackabletech/nifi-iceberg-bundle/archive/refs/tags/v${NIFI_ICEBERG_BUNDLE}.tar.gz" | tar -xzC .
97-
curl "https://github.com/stackabletech/nifi-iceberg-bundle/archive/refs/heads/main.tar.gz" | tar -xzC .
98-
# cd nifi-iceberg-bundle-${NIFI_ICEBERG_BUNDLE}
99-
cd nifi-iceberg-bundle-main
97+
curl "https://github.com/stackabletech/nifi-iceberg-bundle/archive/refs/tags/${NIFI_ICEBERG_BUNDLE}.tar.gz" | tar -xzC .
98+
cd nifi-iceberg-bundle-${NIFI_ICEBERG_BUNDLE}
10099

101100
mvn \
102101
--batch-mode \

0 commit comments

Comments
 (0)