You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2021/11/15 14:32:41 UTC

[GitHub] [nifi] exceptionfactory commented on a change in pull request #5213: NIFI-8779 correct Docker build scripts

exceptionfactory commented on a change in pull request #5213:
URL: https://github.com/apache/nifi/pull/5213#discussion_r749378261



##########
File path: nifi-docker/dockerhub/pom.xml
##########
@@ -24,17 +24,26 @@
         <docker.image.name>openjdk</docker.image.name>
         <docker.image.tag>8-jre</docker.image.tag>
         <docker.maintainer><![CDATA[Apache NiFi <de...@nifi.apache.org>]]></docker.maintainer>
+        <!-- files need to exist at https://archive.apache.org/dist/nifi/${docker.nifi.version}/nifi-[toolkit-]${docker.nifi.version}-bin.zip
+            so this version needs to be *before* the current ${project.version} -->
+        <docker.nifi.version>1.14.0</docker.nifi.version>
     </properties>
 
     <profiles>
         <profile>
             <id>docker</id>
+            <dependencies>
+                <dependency>
+                    <groupId>javax.activation</groupId>
+                    <artifactId>activation</artifactId>
+                    <version>1.1.1</version>

Review comment:
       Is there a particular reason for adding this dependency?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org