jdye64 / nifi-addons

Additional convenience processors not found in core Apache NiFi
91 stars 49 forks source link

Missing docker containers in repo #3

Open cah-jeffgraham opened 7 years ago

cah-jeffgraham commented 7 years ago

After an unsuccessful Maven build, I tried pulling the docker image. It appears on the 0.6.1 version is available.

$ docker pull jdye64/nifi-addons:1.0.0 Pulling repository docker.io/jdye64/nifi-addons Tag 1.0.0 not found in repository docker.io/jdye64/nifi-addons

$ docker pull jdye64/nifi-addons:0.7.0 Pulling repository docker.io/jdye64/nifi-addons Tag 0.7.0 not found in repository docker.io/jdye64/nifi-addons

$ docker pull jdye64/nifi-addons:0.6.1 0.6.1: Pulling from jdye64/nifi-addons c28cbef85c39: Pulling fs layer 0d3e866c82f3: Pulling fs layer ....

brianredbeard commented 6 years ago

@cah-jeffgraham FYI this is because there has been some issue with the builds failing as can be seen here.

image