oops forgot the docker build 11/2211/1
authorPamela Dragosh <pdragosh@research.att.com>
Thu, 16 Mar 2017 15:30:29 +0000 (11:30 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Thu, 16 Mar 2017 15:30:36 +0000 (11:30 -0400)
Change-Id: If79edd8753f866d8700c462f1ceeb55533e3dcf5
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
docker_merge.sh
docker_verify.sh

index f0acd69..43e759a 100755 (executable)
@@ -29,6 +29,9 @@ for image in policy-os policy-nexus policy-db policy-base policy-drools policy-p
     TAGS="${TAGS} --tag ${DOCKER_REPOSITORY}/openecomp/policy/${image}:${MVN_VERSION}-${TIMESTAMP}"
 
     echo $TAGS
+
+    docker build --quiet $TAGS target/$image
+    docker images
 done
 
 #
index 4b5ee94..3142084 100755 (executable)
@@ -26,4 +26,9 @@ for image in policy-os policy-nexus policy-db policy-base policy-drools policy-p
     TAGS="${TAGS} --tag ${DOCKER_REPOSITORY}/openecomp/policy/${image}:${MVN_VERSION}-${TIMESTAMP}"
 
     echo $TAGS
+
+    docker build --quiet $TAGS target/$image
 done
+
+docker images
+