Repository: nifi-site Updated Branches: refs/heads/master f977d6fb2 -> 25d12ccbe
NIFI-4096 - Adding links to the Apache NiFi Docker Image hosted on Docker Hub. This closes #24. Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/25d12ccb Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/25d12ccb Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/25d12ccb Branch: refs/heads/master Commit: 25d12ccbe1f42db3b2305ac67b2e2dd11131ddb0 Parents: f977d6f Author: Aldrin Piri <[email protected]> Authored: Mon Oct 9 15:59:22 2017 -0400 Committer: Aldrin Piri <[email protected]> Committed: Mon Dec 4 12:54:24 2017 -0500 ---------------------------------------------------------------------- src/pages/html/download.hbs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-site/blob/25d12ccb/src/pages/html/download.hbs ---------------------------------------------------------------------- diff --git a/src/pages/html/download.hbs b/src/pages/html/download.hbs index d19b5cb..8bd5cfb 100644 --- a/src/pages/html/download.hbs +++ b/src/pages/html/download.hbs @@ -73,7 +73,14 @@ title: Apache NiFi Downloads </li> </ul> </div> -</div> + <div class="row"> + <div class="large-12 columns"> + <h3>Docker images of convenience binaries are hosted on <a href="https://hub.docker.com/">Docker Hub</a></h3> + <ul> + <li><a href="https://hub.docker.com/r/apache/nifi/">Apache NiFi Docker Image</a></li> + </ul> + </div> + </div> <div class="row"> <div class="large-12 columns"> <p>If you need access to older releases they can be found in the <a href="https://archive.apache.org/dist/nifi/">release archives.</a></p>
