Update docker tag convention 51/40851/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 4 Apr 2018 00:25:23 +0000 (17:25 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 4 Apr 2018 00:25:23 +0000 (17:25 -0700)
Update docker tagging convention to use:
$VERSION-SNAPSHOT-YYYYMMDDTHHMMSSZ (for dev images)
$VERSION-STAGING-YYYYMMDDTHHMMSSZ (for staging images)

Change-Id: I7bae3d147b405f357c88a65a850dc93a3a7bcffe
Issue-ID: CIMAN-132
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
aai-resources/pom.xml

index 2f7c852..8843346 100644 (file)
         <spring.test.version>4.3.6.RELEASE</spring.test.version>
 
         <!-- This will be used for the docker images as the default format of maven build has issues -->
-        <maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format>
+        <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
 
         <license.goal.type>check</license.goal.type>
         <jacoco.line.coverage.limit>0.55</jacoco.line.coverage.limit>