1.8 is not released yet. You'd have to build the source from the GitHub repo with "myn install -DskipTests=true" at the root of the project and then do "mvn clean install -Pdocker" inside of the nifi-docker/dockermaven project to build it. You're welcome to try it out, but as it's not released yet it would not be a good idea to install it anywhere but a test environment.
Thanks, Mike On Fri, Jul 20, 2018 at 7:20 AM Chris Herssens <[email protected]> wrote: > Hello Mike, > > Where can I find nifi 1.8 image for docker ? > I get > Pulling nifi (apache/nifi:1.8.0-SNAPSHOT-dockermaven)... > ERROR: manifest for apache/nifi:1.8.0-SNAPSHOT-dockermaven not found > > Regards, > > Chris > > > > On Fri, Jul 20, 2018 at 1:10 PM Mike Thomsen <[email protected]> > wrote: > >> Cluster support is only in 1.8. >> On Fri, Jul 20, 2018 at 7:02 AM Chris Herssens <[email protected]> >> wrote: >> >>> Hello All, >>> >>> I try to setup a nifi cluster with docker for windows. >>> For that I use the docker-compose file from the nifi repository >>> (https://github.com/apache/nifi/tree/master/nifi-docker/docker-compose) >>> >>> I launch 3 nifi instance , but the instances are not clustered. In the >>> nifi properties files the cluster variables are not changed : >>> >>> nifi.cluster.is.node=false >>> nifi.cluster.node.address= >>> nifi.cluster.node.protocol.port= >>> >>> also zookeeper connect setting is empty >>> >>> docker image for nifi is set to apache/nifi:1.7.1 >>> >>> regards, >>> >>> Chris >>> >>
