summaryrefslogtreecommitdiffstats
path: root/auth/docker/dbuild.sh
diff options
context:
space:
mode:
authorSai Gandham <sg481n@att.com>2018-06-05 21:19:43 +0000
committerSai Gandham <sg481n@att.com>2018-06-05 21:19:50 +0000
commitb85687d4ecf7a4c004e9c943d895992f0aedb116 (patch)
tree2ae71583c644289ef7935f3a6d00ef62d70aa147 /auth/docker/dbuild.sh
parent93a86507e49b58bf14d28c71d4a9497527491cc5 (diff)
Release docker version & update manifestv2.1.12.0.0-ONAP2.0.0-ONAP
Issue-ID: AAF-349 Change-Id: Ie548ca0706d5e2d35657221283f5898ca72dd26d Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'auth/docker/dbuild.sh')
-rwxr-xr-xauth/docker/dbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/docker/dbuild.sh b/auth/docker/dbuild.sh
index 27de097f..ce299171 100755
--- a/auth/docker/dbuild.sh
+++ b/auth/docker/dbuild.sh
@@ -18,7 +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}
+ docker tag ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${VERSION} ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${NEW_VERSION}
rm aaf_${VERSION}/Dockerfile
cd -
done