aboutsummaryrefslogtreecommitdiffstats
path: root/docker_build.sh
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-03-01 14:25:19 -0500
committerPamela Dragosh <pdragosh@research.att.com>2018-03-02 10:41:26 -0500
commitacdfea02e26e402a00068a1c5218f26990670dad (patch)
tree2634a75f8d0a3a7cbffa17feee8966e3d0239b13 /docker_build.sh
parentbd14de825f1ad7ce911162c659bd81725226232d (diff)
Modify docker to build base only
Adding in push of policy-base so we can test the new docker image builds for policy/engine and policy/drools-pdp Issue-ID: POLICY-623 Change-Id: I0d4c94f559c6c06e88d97e3e2c53859c0f36afaa Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'docker_build.sh')
-rwxr-xr-xdocker_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker_build.sh b/docker_build.sh
index dd2f0e6d..a06f0251 100755
--- a/docker_build.sh
+++ b/docker_build.sh
@@ -79,7 +79,7 @@ done
docker images
-for image in policy-nexus policy-drools policy-pe; do
+for image in policy-nexus policy-base policy-drools policy-pe ; do
echo "Pushing $image"
docker push ${DOCKER_REPOSITORY}/onap/policy/$image:latest