From: Tomasz Golabek Date: Tue, 11 Feb 2020 08:12:09 +0000 (+0100) Subject: Adds docker profile to cert-service X-Git-Tag: 0.0.1~81^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b9dabed7540f76a81609aaa48ec2c682870de53b;p=oom%2Fplatform%2Fcert-service.git Adds docker profile to cert-service Some additional steps are added to cert-service configuration like publishing docker images Issue-ID: AAF-995 Signed-off-by: Tomasz Golabek Change-Id: I9f802d1ffed012211989586405b63dab987b57b3 --- diff --git a/certService/pom.xml b/certService/pom.xml index 8402d749..0f5a2901 100644 --- a/certService/pom.xml +++ b/certService/pom.xml @@ -20,7 +20,6 @@ aaf-certservice-parent 0.0.1-SNAPSHOT - org.onap.aaf cert-service 0.0.1-SNAPSHOT cert-service @@ -39,6 +38,7 @@ 2.1.5.RELEASE 1.2.21 0.33.0 + ${project.version} @@ -167,6 +167,14 @@ + + docker-staging + + ${project.version}-STAGING-${maven.build.timestamp} + ${project.version}-STAGING-latest + + + docker @@ -180,27 +188,67 @@ ${docker-maven-plugin.version} - start - pre-integration-test + clean-images + pre-clean + + remove + + + true + onap/cert-service + + + + generate-images + install build - start + + + + + + + + + + + + + + + - stop - post-integration-test + push-images + deploy - stop + push + + onap/cert-service + + 1.23 + nexus3.onap.org:10001 + + + docker + docker + + - cert-service + onap/cert-service + cert-service ${project.basedir}/Dockerfile + + ${docker.tag} +