diff options
author | Instrumental <jonathan.gathman@att.com> | 2019-08-02 14:46:27 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2019-08-02 14:46:35 -0500 |
commit | e9ae04800c417330c3e1c5dae45744f819f41130 (patch) | |
tree | 7c9d46e79cdff228af536d3a76b6499cdebf6caf /auth/auth-cass/docker | |
parent | aca17303a5c5df832b4c73acf8d818cd2c85bdd7 (diff) |
Maven Docker Build
Issue-ID: AAF-917
Change-Id: I259786040c74a7198b3597f4a92c0e8458666560
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/auth-cass/docker')
-rw-r--r-- | auth/auth-cass/docker/dbuild.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auth/auth-cass/docker/dbuild.sh b/auth/auth-cass/docker/dbuild.sh index 17d359ce..641b42ba 100644 --- a/auth/auth-cass/docker/dbuild.sh +++ b/auth/auth-cass/docker/dbuild.sh @@ -45,6 +45,8 @@ sed -e 's/${AAF_VERSION}/'${VERSION}'/g' \ cd .. cp -Rf sample/cass_data auth-cass/cass_data cp sample/data/sample.identities.dat auth-cass +pwd +ls -ltr auth-batch/target cp auth-batch/target/aaf-auth-batch-$VERSION-full.jar auth-cass echo "$0: $DOCKER build -t ${ORG}/${PROJECT}/aaf_cass:${VERSION} auth-cass" |