This is an automated email from the ASF dual-hosted git repository.
bbende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-registry.git
The following commit(s) were added to refs/heads/master by this push:
new 7e81b1a NIFIREG-272 Updated dockerhub module for next release
7e81b1a is described below
commit 7e81b1a316fc2023d823407dd47a794e4991aedb
Author: Bryan Bende <[email protected]>
AuthorDate: Tue May 21 09:54:57 2019 -0400
NIFIREG-272 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 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/nifi-registry-core/nifi-registry-docker/dockerhub/DockerImage.txt
b/nifi-registry-core/nifi-registry-docker/dockerhub/DockerImage.txt
index fe17934..6ab0ec4 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.4.0
+apache/nifi-registry:0.5.0
diff --git a/nifi-registry-core/nifi-registry-docker/dockerhub/Dockerfile
b/nifi-registry-core/nifi-registry-docker/dockerhub/Dockerfile
index 5d78ca0..edf59aa 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.3.0
+ARG NIFI_REGISTRY_VERSION=0.5.0
ARG MIRROR=https://archive.apache.org/dist
ENV NIFI_REGISTRY_BASE_DIR /opt/nifi-registry