release snapshot for now 71/1071/1
authorPamela Dragosh <pdragosh@research.att.com>
Tue, 21 Feb 2017 03:42:05 +0000 (22:42 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Tue, 21 Feb 2017 03:42:12 +0000 (22:42 -0500)
Change-Id: If221023bb471f0d02bf6473632f0abd725b22847
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
jjb/policy/include-raw-docker.sh

index 5ecae4b..6b77493 100644 (file)
@@ -9,10 +9,11 @@ for image in policy-os policy-nexus policy-db policy-base policy-drools policy-p
     echo "Building $image"
     mkdir -p target/$image
     cp $image/* target/$image
-    docker build --quiet --tag ${DOCKER_REPOSITORY}/openecomp/policy/$image target/$image
+    docker build --quiet --tag ${DOCKER_REPOSITORY}/openecomp/policy/$image:1.0.0-SNAPSHOT target/$image
+    docker images
 done
 
 for image in policy-nexus policy-db policy-drools policy-pe; do
     echo "Pushing $image"
-    docker push ${DOCKER_REPOSITORY}/openecomp/policy/$image
+    docker push ${DOCKER_REPOSITORY}/openecomp/policy/$image:1.0.0-SNAPSHOT
 done