From: liamfallon Date: Thu, 8 Sep 2022 16:32:59 +0000 (+0100) Subject: Build ONAP base image locally on ARM architecture X-Git-Tag: 2.5.0~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F16%2F130816%2F1;p=policy%2Fdocker.git Build ONAP base image locally on ARM architecture This commit forces a build o the ONAP images locally when a build is run on ARM architecture. Issue-ID: POLICY-4287 Change-Id: I47dd5293ef6bf0051ba074eff2a95d6b3266c871 Signed-off-by: liamfallon --- diff --git a/policy-jre/alpine/pom.xml b/policy-jre/alpine/pom.xml index 197fb19a..fcfdcce2 100644 --- a/policy-jre/alpine/pom.xml +++ b/policy-jre/alpine/pom.xml @@ -52,6 +52,40 @@ + + org.apache.maven.plugins + maven-scm-plugin + 1.13.0 + + + org.codehaus.plexus + plexus-utils + 3.4.2 + + + org.apache.maven.scm + maven-scm-provider-gitexe + 1.13.0 + + + + connection + src/main/resources/meta + + + + checkout-onap-python + validate + + scm:git:https://gerrit.onap.org/r/integration/docker/onap-java11 + ${project.build.directory}/onap-java11 + + + checkout + + + + io.fabric8 docker-maven-plugin @@ -70,6 +104,7 @@ ${integration.java.name} try + ${project.build.directory}/onap-java11 BareAlpine.Dockerfile ${integration.java.version}