aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-09-25 15:48:10 +0200
committerS�bastien Determe <sebastien.determe@intl.att.com>2020-09-25 16:13:41 +0000
commitb988cb672876b1c129c76d60d3ddf7d129ef4bc2 (patch)
treef1eee6b7ae014f4741e29455e30cf96725d4a785 /utils
parent0667274df666c3ebaca9d70a5814d3698365ef2f (diff)
Standardize docker tagging1.7.1
Standardize the docker tagging in all maven modules Issue-ID: SDC-3300 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Id43cbd8efea119d4acf7280b75c30a0275ec3242 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'utils')
-rw-r--r--utils/webseal-simulator/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/utils/webseal-simulator/pom.xml b/utils/webseal-simulator/pom.xml
index 4b4e86bc67..2d027b74b0 100644
--- a/utils/webseal-simulator/pom.xml
+++ b/utils/webseal-simulator/pom.xml
@@ -18,8 +18,6 @@
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
<nexus.proxy>https://nexus.onap.org</nexus.proxy>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <docker.tag>${project.version}-${maven.build.timestamp}</docker.tag>
- <docker.latest.tag>${project.version}-latest</docker.latest.tag>
<sonar.skip>true</sonar.skip>
</properties>
@@ -224,10 +222,11 @@
<cleanup>try</cleanup>
<dockerFileDir>${basedir}${file.separator}sdc-simulator</dockerFileDir>
<tags>
- <tag>${docker.tag}</tag>
+ <tag>latest</tag>
<tag>
${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest
</tag>
+ <tag>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-${maven.build.timestamp}</tag>
</tags>
</build>
</image>