diff options
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 |