Modify docker to build base only 59/33659/2
authorPamela Dragosh <pdragosh@research.att.com>
Thu, 1 Mar 2018 19:25:19 +0000 (14:25 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Fri, 2 Mar 2018 15:41:26 +0000 (10:41 -0500)
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>
docker_build.sh
docker_merge.sh
pom.xml

index dd2f0e6..a06f025 100755 (executable)
@@ -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
index 25a5692..9aa0f3e 100755 (executable)
@@ -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 b75b3a4..fc77c13 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                <nexusproxy>https://nexus.onap.org</nexusproxy>
        </properties>
 
-        <repositories>
-                <!-- LF repositories -->
-                <repository>
-                        <id>ecomp-releases</id>
-                        <name>Release Repository</name>
-                        <url>${nexusproxy}/content/repositories/releases/</url>
-                </repository>
-                <repository>
-                        <id>ecomp-staging</id>
-                        <name>Staging Repository</name>
-                        <url>${nexusproxy}/content/repositories/staging/</url>
-                </repository>
-                <repository>
-                        <id>ecomp-snapshots</id>
-                        <name>Snapshots Repository</name>
-                        <url>${nexusproxy}/content/repositories/snapshots/</url>
-                </repository>
-                <repository>
-                        <id>ecomp-public</id>
-                        <name>Public Repository</name>
-                        <url>${nexusproxy}/content/repositories/public/</url>
-                </repository>
-                <!-- LF repositories END-->
-        </repositories>
-
        <build>
                <plugins>
                        <plugin>