Skip to content

Instantly share code, notes, and snippets.

@pvillard31
Created April 6, 2019 10:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pvillard31/65666eef1777472fd389fda6ebf587d2 to your computer and use it in GitHub Desktop.
Save pvillard31/65666eef1777472fd389fda6ebf587d2 to your computer and use it in GitHub Desktop.
FROM apache/nifi-minifi:latest
USER root
ENV MINIFI_HOME /opt/minifi/minifi-0.5.0
ADD config.yml $MINIFI_HOME/conf/config.yml
ADD *.nar $MINIFI_HOME/lib/
RUN chown -R minifi:minifi $MINIFI_HOME
USER minifi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment