From 6cec5272c3887bf998c56c5243f7ee6ee964e3fb Mon Sep 17 00:00:00 2001 From: Tomasz Golabek Date: Wed, 7 Aug 2019 11:02:42 +0200 Subject: 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 --- test/mocks/pnfsimulator/netconfsimulator/pom.xml | 6 ++---- test/mocks/pnfsimulator/pnfsimulator/pom.xml | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) 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 -- cgit 1.2.3-korg