From: Tomasz Golabek Date: Wed, 7 Aug 2019 09:02:42 +0000 (+0200) Subject: Pnfsimulator-docker push configuration X-Git-Tag: 6.0.0-ONAP~409 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F63%2F92863%2F1;p=integration.git Pnfsimulator-docker push configuration New configuration for pnfsimulator and netconfsimulator added for docker builds. Version of maven docker plugin downgraded to 1.0.0 Single tag added to images Change-Id: Ia0e38b2c65e943614c7463d7889a7ca0b1aa0517 Issue-ID: INT-1134 Signed-off-by: Tomasz Golabek --- diff --git a/test/mocks/pnfsimulator/netconfsimulator/pom.xml b/test/mocks/pnfsimulator/netconfsimulator/pom.xml index 7c8d5c78e..d83c5b397 100644 --- a/test/mocks/pnfsimulator/netconfsimulator/pom.xml +++ b/test/mocks/pnfsimulator/netconfsimulator/pom.xml @@ -242,16 +242,14 @@ com.spotify docker-maven-plugin - 1.1.1 + 1.0.0 ${docker.registry}/${docker.image.name} ${project.basedir}/docker true ${docker.registry} - latest - ${project.version} - ${project.version}-${maven.build.timestamp} + latest diff --git a/test/mocks/pnfsimulator/pnfsimulator/pom.xml b/test/mocks/pnfsimulator/pnfsimulator/pom.xml index 01d68ddc0..83aa3f051 100644 --- a/test/mocks/pnfsimulator/pnfsimulator/pom.xml +++ b/test/mocks/pnfsimulator/pnfsimulator/pom.xml @@ -310,16 +310,14 @@ com.spotify docker-maven-plugin - 1.1.1 + 1.0.0 ${onap.nexus.dockerregistry.daily} ${onap.nexus.dockerregistry.daily}/${docker.image.name} ${project.basedir}/docker true - latest - ${project.version} - ${project.version}-${maven.build.timestamp} + latest