aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-04-04 18:29:24 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2018-04-04 18:29:24 -0700
commita78ff010c35d2ed3a996f65dd79f9ec46288c195 (patch)
tree016b0edd7952d262e7f924f5d32e589becb0c17a
parent12eb19622499ec72bab7e3b009415e64784d7865 (diff)
Update docker tag convention
Update docker tagging convention to use: v0.17.0-SNAPSHOT-YYYYMMDDTHHMMSSZ (for dev images) v0.17.0-STAGING-YYYYMMDDTHHMMSSZ (for staging images) Change-Id: I018f128ed41a7925f43fade9f2c09d45b0116e0a Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 54460d9..41f598c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<sitePath>/content/sites/site/org/openecomp/vvp/${project.artifactId}/${project.version}</sitePath>
<!--maven-->
<timestamp>${maven.build.timestamp}</timestamp>
- <maven.build.timestamp.format>yyyy.MM.dd.HH.mm</maven.build.timestamp.format>
+ <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
<!--docker-->
<docker.tag>${project.version}-${timestamp}</docker.tag>
<docker.latest.tag>${project.version}-latest</docker.latest.tag>