diff options
author | Sai Gandham <sg481n@att.com> | 2018-04-10 14:25:35 +0000 |
---|---|---|
committer | Sai Gandham <sg481n@att.com> | 2018-04-10 14:25:45 +0000 |
commit | ce6a67f4939900bbedaef5eeb986768fb4eec8ad (patch) | |
tree | 39d087ba605bcc5091ea4572b73ca973ac731690 /auth/docker/dbuild.sh | |
parent | 1b6fe335be7f1dfbf83e87db016506c3a4f7c413 (diff) |
Fixing docker build scipt
Issue-ID: AAF-208
Change-Id: Ia1ca9a6c4ef4282be597820a20ed5c34590393c7
Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'auth/docker/dbuild.sh')
-rw-r--r-- | auth/docker/dbuild.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/auth/docker/dbuild.sh b/auth/docker/dbuild.sh index 501530db..ace2e507 100644 --- a/auth/docker/dbuild.sh +++ b/auth/docker/dbuild.sh @@ -3,6 +3,10 @@ # Docker Building Script. Reads all the components generated by install, on per-version basis # # Pull in Variables from d.props +ORG=onap +PROJECT=aaf +DOCKER_REPOSITORY=nexus3.onap.org:10003 +VERSION=2.1.0-SNAPSHOT ./d.props # TODO add ability to do DEBUG settings |