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 94e81f5 commit 52f65aeCopy full SHA for 52f65ae
nifi/Dockerfile
@@ -45,7 +45,7 @@ RUN curl 'https://repo.stackable.tech/repository/m2/tech/stackable/nifi/stackabl
45
patches/apply_patches.sh ${PRODUCT} && \
46
# Build NiFi
47
cd /stackable/nifi-${PRODUCT}-src/ && \
48
- mvn clean install -Dmaven.javadoc.skip=true -DskipTests --activate-profiles include-iceberg,include-hadoop-aws,include-hadoop-azure && \
+ mvn clean install -Dmaven.javadoc.skip=true -DskipTests --activate-profiles include-iceberg,include-hadoop-aws,include-hadoop-azure,include-hadoop-gcp && \
49
# Copy the binaries to the /stackable folder
50
mv /stackable/nifi-${PRODUCT}-src/nifi-assembly/target/nifi-${PRODUCT}-bin/nifi-${PRODUCT} /stackable/nifi-${PRODUCT} && \
51
# Copy the SBOM as well
0 commit comments