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/01/12 20:19:20 UTC

nifi git commit: NIFI-4751 updated docker version

Repository: nifi
Updated Branches:
  refs/heads/master 41ce78881 -> 5e3867011


NIFI-4751 updated docker version


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

Branch: refs/heads/master
Commit: 5e3867011e106b8dab4097ff5dac1d462f687a81
Parents: 41ce788
Author: joewitt <jo...@apache.org>
Authored: Fri Jan 12 15:19:15 2018 -0500
Committer: joewitt <jo...@apache.org>
Committed: Fri Jan 12 15:19:15 2018 -0500

----------------------------------------------------------------------
 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/5e386701/nifi-docker/dockerhub/DockerImage.txt
----------------------------------------------------------------------
diff --git a/nifi-docker/dockerhub/DockerImage.txt b/nifi-docker/dockerhub/DockerImage.txt
index 02063c6..01bc5e6 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.
 
-apachenifi:1.5.0
+apachenifi:1.6.0

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