You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by pv...@apache.org on 2020/10/19 09:48:18 UTC

[nifi-registry] branch main updated: NIFIREG-424 Updated dockerhub module for next release

This is an automated email from the ASF dual-hosted git repository.

pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-registry.git


The following commit(s) were added to refs/heads/main by this push:
     new 7135700  NIFIREG-424 Updated dockerhub module for next release
7135700 is described below

commit 7135700117dbca2c9990f2cad254442ed52d2148
Author: Pierre Villard <pi...@gmail.com>
AuthorDate: Mon Oct 19 11:48:00 2020 +0200

    NIFIREG-424 Updated dockerhub module for next release
---
 nifi-registry-core/nifi-registry-docker/dockerhub/DockerImage.txt | 2 +-
 nifi-registry-core/nifi-registry-docker/dockerhub/Dockerfile      | 2 +-
 nifi-registry-docker-maven/dockermaven/Dockerfile                 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/nifi-registry-core/nifi-registry-docker/dockerhub/DockerImage.txt b/nifi-registry-core/nifi-registry-docker/dockerhub/DockerImage.txt
index 3f8a258..c915763 100644
--- a/nifi-registry-core/nifi-registry-docker/dockerhub/DockerImage.txt
+++ b/nifi-registry-core/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.8.0
+apache/nifi-registry:0.9.0
diff --git a/nifi-registry-core/nifi-registry-docker/dockerhub/Dockerfile b/nifi-registry-core/nifi-registry-docker/dockerhub/Dockerfile
index d0cd3ab..c7c92e8 100644
--- a/nifi-registry-core/nifi-registry-docker/dockerhub/Dockerfile
+++ b/nifi-registry-core/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.8.0
+ARG NIFI_REGISTRY_VERSION=0.9.0
 ARG MIRROR=https://archive.apache.org/dist
 
 ENV NIFI_REGISTRY_BASE_DIR /opt/nifi-registry
diff --git a/nifi-registry-docker-maven/dockermaven/Dockerfile b/nifi-registry-docker-maven/dockermaven/Dockerfile
index ba3e9b0..7fdd91c 100644
--- a/nifi-registry-docker-maven/dockermaven/Dockerfile
+++ b/nifi-registry-docker-maven/dockermaven/Dockerfile
@@ -20,7 +20,7 @@ FROM openjdk:8-jre AS artifactbase
 LABEL maintainer="Apache NiFi <de...@nifi.apache.org>"
 
 ARG NIFI_REGISTRY_BINARY
-ARG NIFI_REGISTRY_VERSION=0.8.0
+ARG NIFI_REGISTRY_VERSION=0.9.0
 
 ENV NIFI_REGISTRY_BASE_DIR /opt/nifi-registry
 ENV NIFI_REGISTRY_HOME ${NIFI_REGISTRY_BASE_DIR}/nifi-registry-current