summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Wrobel <tomasz.wrobel@nokia.com>2021-02-22 11:02:49 +0100
committerTomasz Wrobel <tomasz.wrobel@nokia.com>2021-02-22 11:02:49 +0100
commit3a1cb68017208a10c5674b79e71ea754b180f9a6 (patch)
tree6a3b1328ffbb729f3816dfbf369419e922b9b59c
parent1b65e0e1fd3a9d1026db31c010d120e4400e378d (diff)
Add docker latest tag configuration to pom1.5.1
Issue-ID: DCAEGEN2-2600 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I1349ff59ab1cc25fbbed70a0b1c4f606c8697a6d
-rw-r--r--pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index a8719aa..a594d5d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,6 +87,8 @@
<pmmapper.main.class>org.onap.dcaegen2.services.pmmapper.App</pmmapper.main.class>
<dep.dir.name>libs</dep.dir.name>
<ext.dep.dir.path>${dep.dir.name}/external</ext.dep.dir.path>
+
+ <docker-image.tag.latest>latest</docker-image.tag.latest>
</properties>
<dependencies>
@@ -307,7 +309,7 @@
<configuration>
<images>
<image>
- <name>onap/${project.groupId}.${project.artifactId}</name>
+ <name>onap/${project.groupId}.${project.artifactId}:${docker-image.tag.latest}</name>
<registry>${onap.nexus.dockerregistry.daily}</registry>
<build>
<contextDir>${project.basedir}</contextDir>