summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-04-04 18:28:53 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2018-04-04 18:28:53 -0700
commitb4b8bc4aad8ee127344277c800d5a2de88237555 (patch)
tree11882f374f8b2bfbfe93d834dc2d54a6a83af67e
parent44e6a14e59209bb03ea9fe48343f67cae591bd2f (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: Ief04f3efcd54c896ec71ddef053474dff882c488 Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r--cdt/pom.xml2
-rw-r--r--installation/appc/pom.xml2
-rw-r--r--installation/pom.xml2
-rw-r--r--platform-logic/pom.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/cdt/pom.xml b/cdt/pom.xml
index 9b827a0..0c541fb 100644
--- a/cdt/pom.xml
+++ b/cdt/pom.xml
@@ -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>
diff --git a/installation/appc/pom.xml b/installation/appc/pom.xml
index 56789b9..fee078e 100644
--- a/installation/appc/pom.xml
+++ b/installation/appc/pom.xml
@@ -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>
diff --git a/installation/pom.xml b/installation/pom.xml
index b6a5fb0..d83590a 100644
--- a/installation/pom.xml
+++ b/installation/pom.xml
@@ -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>
diff --git a/platform-logic/pom.xml b/platform-logic/pom.xml
index 5a84370..a22d2de 100644
--- a/platform-logic/pom.xml
+++ b/platform-logic/pom.xml
@@ -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>