Update docker tag convention 21/41121/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 5 Apr 2018 01:28:53 +0000 (18:28 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 5 Apr 2018 01:28:53 +0000 (18:28 -0700)
Update docker tagging convention to use:
v0.17.0-SNAPSHOT-YYYYMMDDTHHMMSSZ (for dev images)
v0.17.0-STAGING-YYYYMMDDTHHMMSSZ (for staging images)

Change-Id: Ief04f3efcd54c896ec71ddef053474dff882c488
Issue-ID: CIMAN-132
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
cdt/pom.xml
installation/appc/pom.xml
installation/pom.xml
platform-logic/pom.xml

index 9b827a0..0c541fb 100644 (file)
@@ -46,7 +46,7 @@ limitations under the License.
                 <!--This version will be over-ridden by jenkins 
                     injecting the version.properties variable file during docker build-->
         <appc.docker.staging.version>1.0.0</appc.docker.staging.version>
-        <maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format>
+        <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
     </properties>
 
 
index 56789b9..fee078e 100644 (file)
@@ -45,7 +45,7 @@ limitations under the License.
                 <!--This version will be over-ridden by jenkins 
                     injecting the version.properties variable file during docker build-->
                <appc.docker.staging.version>1.0.0</appc.docker.staging.version>
-               <maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format>
+               <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
        </properties>
 
 
index b6a5fb0..d83590a 100644 (file)
@@ -42,7 +42,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
 
        <properties>
                <application.name>installation</application.name>
-               <maven.build.timestamp.format>yyMMdd-HHmmss</maven.build.timestamp.format>
+               <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
                <build.number>${maven.build.timestamp}</build.number>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
index 5a84370..a22d2de 100644 (file)
@@ -42,7 +42,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
 
        <properties>
                <application.name>platform-logic</application.name>
-               <maven.build.timestamp.format>yyMMdd-HHmmss</maven.build.timestamp.format>
+               <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
                <build.number>${maven.build.timestamp}</build.number>
        </properties>