File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
examples/docker-projects/single-node-with-nifi/src/main/docker/nifi Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM "apache/nifi:1.7.0 "
1+ FROM "apache/nifi:1.7.1 "
22
33USER root
4- ADD https://raw.githubusercontent. com/marklogic/nifi-nars/master/ nifi-marklogic-nar-1.8.0-SNAPSHOT .nar /opt/nifi/nifi-1.7.0/lib/
5- ADD https://raw.githubusercontent. com/marklogic/nifi-nars/master/ nifi-marklogic-services-api-nar-1.8.0-SNAPSHOT .nar /opt/nifi/nifi-1.7.0/lib/
4+ ADD https://github. com/marklogic/nifi/releases/download/marklogic-1.7.1.1/ nifi-marklogic-nar-1.7.1.1 .nar /opt/nifi/nifi-1.7.0/lib/
5+ ADD https://github. com/marklogic/nifi/releases/download/marklogic-1.7.1.1/ nifi-marklogic-services-api-nar-1.7.1.1 .nar /opt/nifi/nifi-1.7.0/lib/
66RUN chown nifi:nifi /opt/nifi/nifi-1.7.0/lib/nifi-marklogic*
77
88RUN mkdir /data
You can’t perform that action at this time.
0 commit comments