Code Review
/
policy
/
docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
9bd4bf6
)
forgot DOCKER_REPOSITORY latest tag
69/2769/1
author
Pamela Dragosh
<pdragosh@research.att.com>
Thu, 30 Mar 2017 19:28:50 +0000
(15:28 -0400)
committer
Pamela 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
patch
|
blob
|
history
diff --git
a/docker_build.sh
b/docker_build.sh
index
cbce108
..
4b0233c
100755
(executable)
--- a/
docker_build.sh
+++ b/
docker_build.sh
@@
-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"