You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2018/04/07 00:18:04 UTC

[16/16] nifi git commit: NIFI-4995 update docker image and text info for next release

NIFI-4995 update docker image and text info 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/50137531
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/50137531
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/50137531

Branch: refs/heads/master
Commit: 50137531195752f53698444308598870b3116186
Parents: 59f625d
Author: joewitt <jo...@apache.org>
Authored: Fri Apr 6 17:03:18 2018 -0700
Committer: joewitt <jo...@apache.org>
Committed: Fri Apr 6 17:03:18 2018 -0700

----------------------------------------------------------------------
 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/50137531/nifi-docker/dockerhub/DockerImage.txt
----------------------------------------------------------------------
diff --git a/nifi-docker/dockerhub/DockerImage.txt b/nifi-docker/dockerhub/DockerImage.txt
index ea34860..f465268 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.6.0
+apache/nifi:1.7.0

http://git-wip-us.apache.org/repos/asf/nifi/blob/50137531/nifi-docker/dockerhub/Dockerfile
----------------------------------------------------------------------
diff --git a/nifi-docker/dockerhub/Dockerfile b/nifi-docker/dockerhub/Dockerfile
index 5fada3c..48a2dcd 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.6.0
+ARG NIFI_VERSION=1.7.0
 ARG MIRROR=https://archive.apache.org/dist
 
 ENV NIFI_BASE_DIR /opt/nifi