diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-10-03 08:38:52 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-10-03 08:39:02 -0500 |
commit | 08e93406376e318c8e935716403d2366c8402bb8 (patch) | |
tree | 27e405ebba6becee53c6842e238a45a871a9448f /auth/auth-cass/docker/dbuild.sh | |
parent | aebee0032fe3d636f5c077df7bb5ee705bb38c44 (diff) |
Create Helm Instantiation
Issue-ID: AAF-517
Change-Id: I67c8408baa62a779fe5f7fa945dab2f8f9919f39
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/auth-cass/docker/dbuild.sh')
-rw-r--r-- | auth/auth-cass/docker/dbuild.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auth/auth-cass/docker/dbuild.sh b/auth/auth-cass/docker/dbuild.sh index f26d73a5..aeef3293 100644 --- a/auth/auth-cass/docker/dbuild.sh +++ b/auth/auth-cass/docker/dbuild.sh @@ -20,6 +20,7 @@ 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} +docker tag ${ORG}/${PROJECT}/aaf_cass:${VERSION} ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_cass:latest cd - rm Dockerfile |