> Because I have custom processors that cannot be rebuilt (source-code
gone)

IntelliJ can probably give you a close version of the source code if you
expand the JAR and drag the class files for your custom code into the IDE.

On Wed, Jun 7, 2023 at 5:32 PM Russell Bateman <r...@windofkeltia.com>
wrote:

> 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