From: Serban Jora Date: Thu, 7 Dec 2017 16:41:23 +0000 (-0500) Subject: fix the docker image build X-Git-Tag: 1.1.4.1~58 X-Git-Url: https://gerrit.acumos.org/r/gitweb?p=federation.git;a=commitdiff_plain;h=3ef18eebee8a9e5090659475705ceee4137ed00c fix the docker image build Fixes base image name and key storen file location for docker image Change-Id: I9bdf7535b17e78125166821136c5f0169112fffd Signed-off-by: Serban Jora --- diff --git a/gateway/pom.xml b/gateway/pom.xml index 97c94b1..b521bc9 100644 --- a/gateway/pom.xml +++ b/gateway/pom.xml @@ -267,7 +267,8 @@ federation-gateway:${project.version} - openjdk:8-jdk + + frolvlad/alpine-oraclejdk8:slim @@ -277,17 +278,17 @@ application.properties - acumosa.pkcs12 + src/test/resourcecs/acumosa.pkcs12 acumosa.pkcs12 - acumosb.pkcs12 + src/test/resources/acumosb.pkcs12 acumosb.pkcs12 - acumosTrustStore.jks + src/test/resources/acumosTrustStore.jks acumosTrustStore.jks @@ -308,38 +309,38 @@ - org.codehaus.mojo - license-maven-plugin - 1.14 - - acumos - ${project.baseUri}/src/license - false - ===============LICENSE_START======================================================= - ===============LICENSE_END========================================================= - =================================================================================== - 2017 - AT&T Intellectual Property & Tech Mahindra. All rights reserved. - Acumos - true - true - true - true - - **/*.java - - - - - - - - - - - - - + org.codehaus.mojo + license-maven-plugin + 1.14 + + acumos + ${project.baseUri}/src/license + false + ===============LICENSE_START======================================================= + ===============LICENSE_END========================================================= + =================================================================================== + 2017 + AT&T Intellectual Property & Tech Mahindra. All rights reserved. + Acumos + true + true + true + true + + **/*.java + + + org.jacoco