diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-04-03 17:25:23 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-04-03 17:25:23 -0700 |
commit | 453700a7dda49c63bbe2032796ec6bd2c2299e2f (patch) | |
tree | 9d703662776150d762d215dbdbbebd93087de0cc | |
parent | 5b77bf9d7587f8f3c5add03285507e2368603353 (diff) |
Update docker tag convention
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>
-rw-r--r-- | aai-resources/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 2f7c852..8843346 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -149,7 +149,7 @@ <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> |