diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-04-04 18:28:53 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-04-04 18:28:53 -0700 |
commit | b4b8bc4aad8ee127344277c800d5a2de88237555 (patch) | |
tree | 11882f374f8b2bfbfe93d834dc2d54a6a83af67e /installation | |
parent | 44e6a14e59209bb03ea9fe48343f67cae591bd2f (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>
Diffstat (limited to 'installation')
-rw-r--r-- | installation/appc/pom.xml | 2 | ||||
-rw-r--r-- | installation/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
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> |