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

nifi-registry git commit: NIFIREG-178 Updating Docker versions for next development version.

Repository: nifi-registry
Updated Branches:
  refs/heads/master 105d724d3 -> 6abbfe1c6


NIFIREG-178 Updating Docker versions for next development version.

This closes #127.

Signed-off-by: Kevin Doran <kd...@apache.org>


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

Branch: refs/heads/master
Commit: 6abbfe1c63010859c34361452124434722768b2a
Parents: 105d724
Author: Aldrin Piri <al...@gmail.com>
Authored: Mon Jun 25 13:56:56 2018 -0400
Committer: Kevin Doran <kd...@apache.org>
Committed: Mon Jun 25 14:18:54 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/6abbfe1c/nifi-registry-docker/dockerhub/DockerImage.txt
----------------------------------------------------------------------
diff --git a/nifi-registry-docker/dockerhub/DockerImage.txt b/nifi-registry-docker/dockerhub/DockerImage.txt
index 71c1113..07d6e8d 100644
--- a/nifi-registry-docker/dockerhub/DockerImage.txt
+++ b/nifi-registry-docker/dockerhub/DockerImage.txt
@@ -13,4 +13,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-apache/nifi-registry:0.1.0
+apache/nifi-registry:0.3.0

http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/6abbfe1c/nifi-registry-docker/dockerhub/Dockerfile
----------------------------------------------------------------------
diff --git a/nifi-registry-docker/dockerhub/Dockerfile b/nifi-registry-docker/dockerhub/Dockerfile
index d3f98fc..5d78ca0 100644
--- a/nifi-registry-docker/dockerhub/Dockerfile
+++ b/nifi-registry-docker/dockerhub/Dockerfile
@@ -22,7 +22,7 @@ LABEL site="https://nifi.apache.org"
 
 ARG UID=1000
 ARG GID=1000
-ARG NIFI_REGISTRY_VERSION=0.1.0
+ARG NIFI_REGISTRY_VERSION=0.3.0
 ARG MIRROR=https://archive.apache.org/dist
 
 ENV NIFI_REGISTRY_BASE_DIR /opt/nifi-registry