You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by al...@apache.org on 2019/02/26 18:42:28 UTC

[nifi-registry] branch master updated: NIFIREG-230 Fix Typo In dockerhub README

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

alopresto 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 161d719  NIFIREG-230 Fix Typo In dockerhub README
161d719 is described below

commit 161d719bd7eff6ba658cfe947cc2abb5c802314b
Author: Jason Rogena <ja...@rogena.me>
AuthorDate: Tue Feb 26 18:45:36 2019 +0300

    NIFIREG-230 Fix Typo In dockerhub README
    
    The README.md file in the dockerhub directory suggests that the NiFi
    Registry image is tagged as 'apache/nifi:latest' instead of
    'apache/nifi-registry:latest'. This seems to be a typo.
    
    This closes #158.
    
    Signed-off-by: Andy LoPresto <al...@apache.org>
---
 nifi-registry-core/nifi-registry-docker/dockerhub/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-registry-core/nifi-registry-docker/dockerhub/README.md b/nifi-registry-core/nifi-registry-docker/dockerhub/README.md
index 790b175..9ecae2e 100644
--- a/nifi-registry-core/nifi-registry-docker/dockerhub/README.md
+++ b/nifi-registry-core/nifi-registry-docker/dockerhub/README.md
@@ -26,7 +26,7 @@ The Docker image can be built using the following command:
     # user @ puter in ~/path/to/apache/nifi-registry/nifi-registry-docker/dockerhub    
     $ docker build -t apache/nifi-registry:latest .
 
-This will result in an image tagged apache/nifi:latest
+This will result in an image tagged apache/nifi-registry:latest
 
     $ docker images
     > REPOSITORY               TAG           IMAGE ID            CREATED                  SIZE