From: Sai Gandham Date: Tue, 5 Jun 2018 20:50:45 +0000 (+0000) Subject: Release docker version & update manifest X-Git-Tag: v2.1.1~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F61%2F50461%2F1;p=aaf%2Fauthz.git Release docker version & update manifest Issue-ID: AAF-349 Change-Id: I4fd04a001668c308a080f5ce1e3f33f8c65db778 Signed-off-by: Sai Gandham --- diff --git a/auth/docker/dbuild.sh b/auth/docker/dbuild.sh index f5b4deeb..27de097f 100755 --- a/auth/docker/dbuild.sh +++ b/auth/docker/dbuild.sh @@ -18,6 +18,7 @@ for AAF_COMPONENT in ${AAF_COMPONENTS}; do cd .. docker build -t ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${VERSION} aaf_${VERSION} docker tag ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${VERSION} ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${OLD_VERSION} + docker tag ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${VERSION} ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${VERSION_2.1.1} rm aaf_${VERSION}/Dockerfile cd - done