diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-04-04 18:29:44 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-04-04 18:29:44 -0700 |
commit | 8e838f61f904c2c988191be6b61f2189395455ca (patch) | |
tree | 8206cf3670bf7c35ee1f771c2140fc8a75494d84 /pom.xml | |
parent | 72fe7f073a5bd989b8fc3f6a45a67ec7adc7efd5 (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: Ie211075c5082f20b6496ebbacf5c80fc6c0bed40
Issue-ID: CIMAN-132
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ under the License. <sonar.skip>false</sonar.skip> <sonar.exclusions>version.py,setup.py</sonar.exclusions> - <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> |