aaf_cass tagging 87/68987/1
authorInstrumental <jonathan.gathman@att.com>
Tue, 25 Sep 2018 22:30:46 +0000 (17:30 -0500)
committerInstrumental <jonathan.gathman@att.com>
Tue, 25 Sep 2018 22:30:50 +0000 (17:30 -0500)
Issue-ID: AAF-517
Change-Id: Ia9073f1f81a24c82e4188091f57faee20799df4f
Signed-off-by: Instrumental <jonathan.gathman@att.com>
auth/auth-cass/docker/dbuild.sh
auth/docker/dbuild.sh

index 9cb3701..f26d73a 100644 (file)
@@ -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
index 39d9eb2..d5f0b3e 100755 (executable)
@@ -13,8 +13,9 @@ echo "Building Containers for aaf components, version $VERSION"
 
 # AAF_cass now needs a version...
 cd ../auth-cass/docker
-bash dbuild.sh
+bash ./dbuild.sh
 cd -
+exit
 
 # Create the AAF Config (Security) Images
 cd ..