diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-09-25 16:05:20 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-09-25 16:05:27 -0500 |
commit | 3019a289c5ccb07a48b43888fc9c9defeb53a659 (patch) | |
tree | 87b4b402844b398d33a5220d9bd846b715834994 /auth/docker/dbuild.sh | |
parent | 98551416d843afb39a9df76b83b6f7abf819d5e7 (diff) |
Build/Push new aaf-cass container
Issue-ID: AAF-517
Change-Id: I15ee6b6f5ce7ff150a59b9447f6ca9a9182dc8a8
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/docker/dbuild.sh')
-rwxr-xr-x | auth/docker/dbuild.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/auth/docker/dbuild.sh b/auth/docker/dbuild.sh index 6f2be640..39d9eb2e 100755 --- a/auth/docker/dbuild.sh +++ b/auth/docker/dbuild.sh @@ -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 |