From 7558731623fcc0f1e4f12b7d6f0ffcac1df2450d Mon Sep 17 00:00:00 2001 From: Instrumental Date: Tue, 25 Sep 2018 17:30:46 -0500 Subject: aaf_cass tagging Issue-ID: AAF-517 Change-Id: Ia9073f1f81a24c82e4188091f57faee20799df4f Signed-off-by: Instrumental --- auth/auth-cass/docker/dbuild.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'auth/auth-cass/docker') diff --git a/auth/auth-cass/docker/dbuild.sh b/auth/auth-cass/docker/dbuild.sh index 9cb37010..f26d73a5 100644 --- a/auth/auth-cass/docker/dbuild.sh +++ b/auth/auth-cass/docker/dbuild.sh @@ -9,7 +9,7 @@ else . ../../docker/d.props.init fi -echo "Building Container for aaf_cass:$VERSION" +echo "Building aaf_cass Container for aaf_cass:$VERSION" DIR=$(pwd) cd .. @@ -19,6 +19,8 @@ cp -Rf sample/cass_data auth-cass/cass_data cp sample/data/sample.identities.dat auth-cass docker build -t ${ORG}/${PROJECT}/aaf_cass:${VERSION} auth-cass +docker tag ${ORG}/${PROJECT}/aaf_cass:${VERSION} ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_cass:${VERSION} + cd - rm Dockerfile rm -Rf cass_data -- cgit 1.2.3-korg