diff options
author | st782s <statta@research.att.com> | 2018-02-05 16:14:27 -0500 |
---|---|---|
committer | st782s <statta@research.att.com> | 2018-02-05 16:14:27 -0500 |
commit | 8bcc6f6d7a6b24f9358f897d5aad18f618fa0b95 (patch) | |
tree | 378248f5e2ef808e69fdddbadd0cdf00c5006a8e | |
parent | 21a8761f684745bb300e075c7e98ad897ace9eed (diff) |
Docker fixes
Issue-ID: PORTAL-119
Merge job failing sue to the base file not being able to pull the images
names from .env file
Change-Id: I39f31683acf695273b58c1eda06e952f365a9d33
Signed-off-by: st782s <statta@research.att.com>
-rwxr-xr-x | deliveries/os_docker_base.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deliveries/os_docker_base.sh b/deliveries/os_docker_base.sh index 73617049..2c4a3912 100755 --- a/deliveries/os_docker_base.sh +++ b/deliveries/os_docker_base.sh @@ -21,6 +21,9 @@ NEXUS_REPO=nexus3.onap.org:10003 # Build the containers ./build_portalapps_dockers.sh +# Establish environment variables +source $(dirname $0)/.env + APPS_VERSION="${NEXUS_REPO}/${EP_IMG_NAME}:${VERSION}" DB_VERSION="${NEXUS_REPO}/${DB_IMG_NAME}:${VERSION}" WMS_VERSION="${NEXUS_REPO}/${WMS_IMG_NAME}:${VERSION}" |