diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2021-02-22 11:02:49 +0100 |
---|---|---|
committer | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2021-02-22 11:02:49 +0100 |
commit | 3a1cb68017208a10c5674b79e71ea754b180f9a6 (patch) | |
tree | 6a3b1328ffbb729f3816dfbf369419e922b9b59c /pom.xml | |
parent | 1b65e0e1fd3a9d1026db31c010d120e4400e378d (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
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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> |