aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuoc-Nghia Nguyen <quocnghia.nguyen@orange.com>2018-09-20 17:43:21 +0200
committerQuoc-Nghia Nguyen <quocnghia.nguyen@orange.com>2018-09-20 17:44:11 +0200
commit4a2496554c1667e4924f3983bbc87dc028841cac (patch)
tree71715be754f860ba3717e1bdf5e863b37f21ce9c
parent370b82b15bdd5caf1ea1b73bcece5d4f90cfdc13 (diff)
update docker-maven-plugin configsbeijing
- no more implicit `latest` tag Change-Id: Icdf2e7076521705cbdd8f19f7aa81b14f9c36ea8 Issue-ID: EXTAPI-152 Signed-off-by: Quoc-Nghia Nguyen <quocnghia.nguyen@orange.com>
-rw-r--r--pom.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index d7b2401..7c34bbc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -402,7 +402,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.25.0</version>
+ <version>0.26.1</version>
<configuration>
<verbose>true</verbose>
<apiVersion>1.23</apiVersion>
@@ -410,12 +410,10 @@
<pushRegistry>${docker.push.registry}</pushRegistry>
<images>
<image>
- <name>onap/externalapi/nbi</name>
- <alias>onap/externalapi/nbi</alias>
+ <name>onap/externalapi/nbi:${docker.tag}</name>
<build>
<cleanup>true</cleanup>
<tags>
- <tag>${docker.tag}</tag>
<tag>${docker.latest.tag}</tag>
</tags>
<dockerFileDir>${project.basedir}</dockerFileDir>