Build/Push new aaf-cass container 69/68969/1
authorInstrumental <jonathan.gathman@att.com>
Tue, 25 Sep 2018 21:05:20 +0000 (16:05 -0500)
committerInstrumental <jonathan.gathman@att.com>
Tue, 25 Sep 2018 21:05:27 +0000 (16:05 -0500)
Issue-ID: AAF-517
Change-Id: I15ee6b6f5ce7ff150a59b9447f6ca9a9182dc8a8
Signed-off-by: Instrumental <jonathan.gathman@att.com>
auth/docker/dbuild.sh
auth/docker/dpush.sh

index 6f2be64..39d9eb2 100755 (executable)
@@ -11,6 +11,11 @@ fi
 
 echo "Building Containers for aaf components, version $VERSION"
 
+# AAF_cass now needs a version...
+cd ../auth-cass/docker
+bash dbuild.sh
+cd -
+
 # Create the AAF Config (Security) Images
 cd ..
 cp ../cadi/aaf/target/aaf-cadi-aaf-${VERSION}-full.jar sample/bin
index b969a34..38fb41d 100644 (file)
@@ -4,7 +4,7 @@
 # Pull in Variables from d.props
 . ./d.props
 
-AAF_COMPONENTS="$(cat components) core agent config"
+AAF_COMPONENTS="$(cat components) core agent config cass"
 
 for AAF_COMPONENT in ${AAF_COMPONENTS}; do
         # docker push ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${OLD_VERSION}