I downloaded sources to 1.13.2 in order to hand-spin my own container image. When I got down to /nifi-1.13.2/nifi-docker/dockerhub/Dockerfile/, I found:

   ...
   ARG NIFI_VERSION=1.13.1
   ...

and the version is also wrong in /DockerImage.txt/ which /DockerBuild.sh/ consumes.

Indeed, the image that is built appears to be versioned 1.13.1 and not 1.13.2 when listing local Docker repository images:

   *REPOSITORY TAG     IMAGE ID       CREATED          SIZE*
   apache/nifi     1.13.1  8c18038f152a   30 minutes ago   2.06GB

Why am I juggling so ancient a version? Because I have custom processors that cannot be rebuilt (source-code gone) and will not run on 1.14.0 and later.

Russ

Reply via email to