jfrazee commented on pull request #4460:
URL: https://github.com/apache/nifi/pull/4460#issuecomment-794699179
@MikeThomsen Thanks for this. Was able to build custom image using Java 11
with the following:
```sh
mvn package -DskipTests -ff -nsu \
-Pdocker \
-Ddocker.image.name=openjdk \
-Ddocker.image.tag=11-jre \
-Ddocker.maintainer='[email protected]'
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]