You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Kevin Doran (Jira)" <ji...@apache.org> on 2021/03/19 21:06:00 UTC

[jira] [Comment Edited] (NIFI-8349) Docker artifacts for NiFi version 1.13.2 are not updated (still using 1.13.1 artifacts)

    [ https://issues.apache.org/jira/browse/NIFI-8349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17305196#comment-17305196 ] 

Kevin Doran edited comment on NIFI-8349 at 3/19/21, 9:05 PM:
-------------------------------------------------------------

[~dshearer] Thanks for sharing this. I am fixing the Dockerhub image for 1.13.2. I would recommend waiting for the 1.13.2 images as there were regressions in 1.13.1. Images for 1.13.2 will be published soon.

If this is urgent, you can build them yourself from source, which you can always do for any version by running the following commands (using 1.13.2 as an example):

{noformat}
git clone https://github.com/apache/nifi.git
cd nifi/nifi-docker/dockerhub
git checkout rel/nifi-1.13.2
docker build --build-arg=NIFI_VERSION=1.13.2 -t apache/nifi:latest .
{noformat}

This will download the convenience binaries from archive.apache.org for the specified version and build the Docker image locally. As soon as the artifacts are mirrored for 1.13.2 I will be doing this and pushing to Dockerhub. Thanks again!

 

 


was (Author: kdoran):
[~dshearer] Thanks for sharing this. I am fixing the Dockerhub image for 1.13.2. I would recommend waiting for the 1.13.3 images as there were regressions in 1.13.2. Images for 1.13.3 will be published soon.

If this is urgent, you can build them yourself from source, which you can always do for any version by running the following commands (using 1.13.2 as an example):

{noformat}
git clone https://github.com/apache/nifi.git
cd nifi/nifi-docker/dockerhub
git checkout rel/nifi-1.13.2
docker build --build-arg=NIFI_VERSION=1.13.2 -t apache/nifi:latest .
{noformat}

This will download the convenience binaries from archive.apache.org for the specified version and build the Docker image locally. As soon as the artifacts are mirrored for 1.13.3 I will be doing this and pushing to Dockerhub. Thanks again!

 

 

> Docker artifacts for NiFi version 1.13.2 are not updated (still using 1.13.1 artifacts)
> ---------------------------------------------------------------------------------------
>
>                 Key: NIFI-8349
>                 URL: https://issues.apache.org/jira/browse/NIFI-8349
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Docker
>    Affects Versions: 1.13.2
>         Environment: Docker image apache/nifi:1.13.2, Windows 10 Pro, WSL (Ubuntu), x86_64
>            Reporter: Davin Shearer
>            Priority: Major
>              Labels: docker, regression, release
>             Fix For: 1.13.3
>
>
> The published docker image for 1.13.2 has the 1.13.1 nars and still exhibits the serious session regression that appeared in version 1.13.1.
>  
> {{davin@DAVIN-AES-TOWER:/mnt/d/work/git/nifi-oig$ docker image ls}}
> {{REPOSITORY TAG IMAGE ID CREATED SIZE}}
> {{apache/nifi 1.13.2 4d5e9f4636eb 48 minutes ago 2.03GB}}
> {{apache/nifi 1.13.0 1c023af07641 4 weeks ago 2.04GB}}
> {{apache/nifi-registry latest 137ce960a111 5 months ago 460MB}}
> {{davin@DAVIN-AES-TOWER:/mnt/d/work/git/nifi-oig$ docker ps}}
> {{CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES}}
> {{82887a42e797 apache/nifi:1.13.2 "../scripts/start.sh" 8 minutes ago Up 8 minutes 8000/tcp, 8443/tcp, 10000/tcp, 0.0.0.0:8091->8091/tcp, 0.0.0.0:8099->8080/tcp nifi}}
> {{f1f5642e9e32 apache/nifi-registry "/bin/sh -c $\{NIFI_R…" 2 hours ago Up 2 hours 0.0.0.0:18080->18080/tcp, 18443/tcp nifi-registry}}
> {{davin@DAVIN-AES-TOWER:/mnt/d/work/git/nifi-oig$ docker exec -it nifi find /opt/nifi/nifi-current/lib | head}}
> {{/opt/nifi/nifi-current/lib}}
> {{/opt/nifi/nifi-current/lib/nifi-evtx-nar-1.13.1.nar}}
> {{/opt/nifi/nifi-current/lib/nifi-tcp-nar-1.13.1.nar}}
> {{/opt/nifi/nifi-current/lib/nifi-jms-cf-service-nar-1.13.1.nar}}
> {{/opt/nifi/nifi-current/lib/nifi-kudu-nar-1.13.1.nar}}
> {{/opt/nifi/nifi-current/lib/logback-core-1.2.3.jar}}
> {{/opt/nifi/nifi-current/lib/nifi-provenance-repository-nar-1.13.1.nar}}
> {{/opt/nifi/nifi-current/lib/nifi-framework-nar-1.13.1.nar}}
> {{/opt/nifi/nifi-current/lib/nifi-record-sink-service-nar-1.13.1.nar}}
> {{/opt/nifi/nifi-current/lib/nifi-mqtt-nar-1.13.1.nar}}
> {{davin@DAVIN-AES-TOWER:/mnt/d/work/git/nifi-oig$}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)