forgot DOCKER_REPOSITORY latest tag 69/2769/1
authorPamela Dragosh <pdragosh@research.att.com>
Thu, 30 Mar 2017 19:28:50 +0000 (15:28 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Thu, 30 Mar 2017 19:29:00 +0000 (15:29 -0400)
Change-Id: Iab8cd658d028a7dd90c385b9cebbbae35d853674
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
docker_build.sh

index cbce108..4b0233c 100755 (executable)
@@ -45,6 +45,10 @@ for image in policy-os policy-nexus policy-db policy-base policy-drools policy-p
     #
     TAGS="--tag onap/policy/${image}:latest"
     #
+    # This is the nexus repo prepended for latest tagged image.
+    #
+    TAGS="${TAGS} --tag ${DOCKER_REPOSITORY}/onap/policy/${image}:latest"
+    #
     # This has the nexus repo prepended and only major/minor version with latest
     #
     TAGS="${TAGS} --tag ${DOCKER_REPOSITORY}/onap/policy/${image}:${MVN_MAJMIN_VERSION}-latest"