Update docker tag convention 07/41107/2
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 5 Apr 2018 01:26:23 +0000 (18:26 -0700)
committerMichael Lando <ml636r@att.com>
Mon, 9 Apr 2018 22:00:12 +0000 (22:00 +0000)
Update docker tagging convention to use:
v0.17.0-SNAPSHOT-YYYYMMDDTHHMMSSZ (for dev images)
v0.17.0-STAGING-YYYYMMDDTHHMMSSZ (for staging images)

Change-Id: Ie874a49bb884e38ecd1371d8e24c1a34d37b3d2e
Issue-ID: CIMAN-132
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
pom.xml
utils/webseal-simulator/pom.xml

diff --git a/pom.xml b/pom.xml
index 348ffcc..9c8ab1f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath>
                <staging.profile.id>176c31dfe190a</staging.profile.id>
                <!--maven-->
-               <maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format>
+               <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
                <!--io.fabric8-->
                <fabric8.version>0.23.0</fabric8.version>
                <!--docker tags-->
index f458561..4aa6fa4 100644 (file)
@@ -15,7 +15,7 @@
 
        <properties>
                <jetty-version>9.2.10.v20150310</jetty-version>
-               <maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format>
+               <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>