Update docker tag convention 01/41101/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 5 Apr 2018 01:25:16 +0000 (18:25 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 5 Apr 2018 01:25:16 +0000 (18:25 -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: I48183342057162fb14a3a6a8e6ea1bc665e14117
Issue-ID: CIMAN-132
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
vnfmarket-be/deployment/docker/docker-postgres/pom.xml
vnfmarket-be/deployment/docker/docker-refrepo/pom.xml

index b274e01..be4594c 100644 (file)
@@ -31,7 +31,7 @@
     <packaging>pom</packaging>
 
   <properties>    
-        <maven.build.timestamp.format>yyyyMMdd-HHmm</maven.build.timestamp.format>
+        <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
         <docker.push.registry></docker.push.registry>
         <skip.docker.build>true</skip.docker.build>
         <skip.docker.tag>true</skip.docker.tag>
index a6ca68e..8d1bf43 100644 (file)
@@ -31,7 +31,7 @@
     <packaging>pom</packaging>
 
   <properties>    
-        <maven.build.timestamp.format>yyyyMMdd-HHmm</maven.build.timestamp.format>
+        <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
         <docker.push.registry></docker.push.registry>
         <skip.docker.build>true</skip.docker.build>
         <skip.docker.tag>true</skip.docker.tag>