summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-04-04 18:30:05 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2018-04-04 18:30:05 -0700
commit67c45b9beff7328ad0bbbbe3e1c89618157cc54f (patch)
tree8b45104c33e022a06a78c05568e47d4d084b270e
parent7859fb5f5d3cbc6014c72276c9f5947064129b24 (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: I995412871c49e61a169297f6f628f2bdebf7889b 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 d04138d..32e0bfd 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>