From: Pamela Dragosh Date: Thu, 1 Mar 2018 19:25:19 +0000 (-0500) Subject: Modify docker to build base only X-Git-Tag: v1.2.3~25^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F59%2F33659%2F2;p=policy%2Fdocker.git 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 --- 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 diff --git a/docker_merge.sh b/docker_merge.sh index 25a5692a..9aa0f3ed 100755 --- a/docker_merge.sh +++ b/docker_merge.sh @@ -78,7 +78,7 @@ docker images # # Push 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:${MVN_MAJMIN_VERSION}-latest diff --git a/pom.xml b/pom.xml index b75b3a4b..fc77c13c 100644 --- a/pom.xml +++ b/pom.xml @@ -41,31 +41,6 @@ https://nexus.onap.org - - - - ecomp-releases - Release Repository - ${nexusproxy}/content/repositories/releases/ - - - ecomp-staging - Staging Repository - ${nexusproxy}/content/repositories/staging/ - - - ecomp-snapshots - Snapshots Repository - ${nexusproxy}/content/repositories/snapshots/ - - - ecomp-public - Public Repository - ${nexusproxy}/content/repositories/public/ - - - -