summaryrefslogtreecommitdiffstats
path: root/docker_verify.sh
diff options
context:
space:
mode:
authormmis <michael.morris@ericsson.com>2018-03-29 09:47:04 +0100
committermmis <michael.morris@ericsson.com>2018-03-29 10:06:57 +0100
commit43380df396e1af53c3f6a2f29c3f5b067f6585bf (patch)
tree1adf3125e5bbd6a5263906748df34577bf847761 /docker_verify.sh
parent54bc3867539264a518c88772e82ea8070ef97c79 (diff)
Update docker tag convention
Update docker scripts to comply with ONAP docker standard tag format $VERSION-STAGING-YYYYMMDDTHHMMSSZ Issue-ID: CIMAN-132 Change-Id: I7e40c6769612842dceae7698279abc7cbda3ed3f Signed-off-by: mmis <michael.morris@ericsson.com>
Diffstat (limited to 'docker_verify.sh')
-rw-r--r--docker_verify.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker_verify.sh b/docker_verify.sh
index 99043f62..2e2c7110 100644
--- a/docker_verify.sh
+++ b/docker_verify.sh
@@ -57,7 +57,7 @@ TAGS="${TAGS} --tag ${DOCKER_REPOSITORY}/onap/${IMAGE}:${MVN_MAJMIN_VERSION}-lat
#
# This has the nexus repo prepended and major/minor/patch version with timestamp
#
-TAGS="${TAGS} --tag ${DOCKER_REPOSITORY}/onap/${IMAGE}:${MVN_VERSION}-${TIMESTAMP}"
+TAGS="${TAGS} --tag ${DOCKER_REPOSITORY}/onap/${IMAGE}:${MVN_VERSION}-${TIMESTAMP}Z"
echo $TAGS