You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by js...@apache.org on 2018/10/26 18:11:21 UTC

nifi git commit: NIFI-5720 Updated dockerhub module for next release

Repository: nifi
Updated Branches:
  refs/heads/master 4f14e517d -> f6d8eada6


NIFI-5720 Updated dockerhub module for next release


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/f6d8eada
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/f6d8eada
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/f6d8eada

Branch: refs/heads/master
Commit: f6d8eada6a1f131345495f00f09729adcaa58cce
Parents: 4f14e51
Author: Jeff Storck <jt...@gmail.com>
Authored: Fri Oct 26 14:10:45 2018 -0400
Committer: Jeff Storck <jt...@gmail.com>
Committed: Fri Oct 26 14:10:45 2018 -0400

----------------------------------------------------------------------
 nifi-docker/dockerhub/DockerImage.txt | 2 +-
 nifi-docker/dockerhub/Dockerfile      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/f6d8eada/nifi-docker/dockerhub/DockerImage.txt
----------------------------------------------------------------------
diff --git a/nifi-docker/dockerhub/DockerImage.txt b/nifi-docker/dockerhub/DockerImage.txt
index 12b872a..18a254a 100644
--- a/nifi-docker/dockerhub/DockerImage.txt
+++ b/nifi-docker/dockerhub/DockerImage.txt
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-apache/nifi:1.8.0
+apache/nifi:1.9.0

http://git-wip-us.apache.org/repos/asf/nifi/blob/f6d8eada/nifi-docker/dockerhub/Dockerfile
----------------------------------------------------------------------
diff --git a/nifi-docker/dockerhub/Dockerfile b/nifi-docker/dockerhub/Dockerfile
index 7c844ce..08c38c6 100644
--- a/nifi-docker/dockerhub/Dockerfile
+++ b/nifi-docker/dockerhub/Dockerfile
@@ -22,7 +22,7 @@ LABEL site="https://nifi.apache.org"
 
 ARG UID=1000
 ARG GID=1000
-ARG NIFI_VERSION=1.8.0
+ARG NIFI_VERSION=1.9.0
 ARG BASE_URL=https://archive.apache.org/dist
 ARG MIRROR_BASE_URL=${MIRROR_BASE_URL:-${BASE_URL}}
 ARG NIFI_BINARY_PATH=${NIFI_BINARY_PATH:-/nifi/${NIFI_VERSION}/nifi-${NIFI_VERSION}-bin.zip}