You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by al...@apache.org on 2018/06/25 19:07:36 UTC

nifi git commit: NIFI-5323 Updated Docker info for next release.

Repository: nifi
Updated Branches:
  refs/heads/master ea9b0db2f -> ffcff8bfb


NIFI-5323 Updated Docker 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/ffcff8bf
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/ffcff8bf
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/ffcff8bf

Branch: refs/heads/master
Commit: ffcff8bfb539dd0cdbab755e6dddf15ab9d1ff05
Parents: ea9b0db
Author: Andy LoPresto <al...@apache.org>
Authored: Mon Jun 25 12:06:57 2018 -0700
Committer: Andy LoPresto <al...@apache.org>
Committed: Mon Jun 25 12:06:57 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/ffcff8bf/nifi-docker/dockerhub/DockerImage.txt
----------------------------------------------------------------------
diff --git a/nifi-docker/dockerhub/DockerImage.txt b/nifi-docker/dockerhub/DockerImage.txt
index f465268..12b872a 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.7.0
+apache/nifi:1.8.0

http://git-wip-us.apache.org/repos/asf/nifi/blob/ffcff8bf/nifi-docker/dockerhub/Dockerfile
----------------------------------------------------------------------
diff --git a/nifi-docker/dockerhub/Dockerfile b/nifi-docker/dockerhub/Dockerfile
index 91b180e..4059a9f 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.7.0
+ARG NIFI_VERSION=1.8.0
 ARG MIRROR=https://archive.apache.org/dist
 
 ENV NIFI_BASE_DIR /opt/nifi