diff --git a/CHANGELOG.md b/CHANGELOG.md index b311356d2..f4a58413c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Added + +- nifi: Add NiFi hadoop Azure and GCP libraries ([#943]). + +[#943]: https://github.com/stackabletech/docker-images/pull/943 + ## [24.11.0] - 2024-11-18 ### Added diff --git a/nifi/Dockerfile b/nifi/Dockerfile index fb94a9554..b513a2400 100644 --- a/nifi/Dockerfile +++ b/nifi/Dockerfile @@ -45,7 +45,7 @@ RUN curl 'https://repo.stackable.tech/repository/m2/tech/stackable/nifi/stackabl patches/apply_patches.sh ${PRODUCT} && \ # Build NiFi cd /stackable/nifi-${PRODUCT}-src/ && \ - mvn clean install -Dmaven.javadoc.skip=true -DskipTests --activate-profiles include-iceberg,include-hadoop-aws && \ + mvn clean install -Dmaven.javadoc.skip=true -DskipTests --activate-profiles include-iceberg,include-hadoop-aws,include-hadoop-azure,include-hadoop-gcp && \ # Copy the binaries to the /stackable folder mv /stackable/nifi-${PRODUCT}-src/nifi-assembly/target/nifi-${PRODUCT}-bin/nifi-${PRODUCT} /stackable/nifi-${PRODUCT} && \ # Copy the SBOM as well