X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=deliveries%2Fos_docker_base.sh;h=2c4a3912e361a490b067ac224eaac8b39de34be2;hb=8bcc6f6d7a6b24f9358f897d5aad18f618fa0b95;hp=3f110003d493511d2e218979fca0a0aa61be390d;hpb=b415db2e304f285c620e6084d29eda66988fd625;p=portal.git diff --git a/deliveries/os_docker_base.sh b/deliveries/os_docker_base.sh index 3f110003..2c4a3912 100755 --- a/deliveries/os_docker_base.sh +++ b/deliveries/os_docker_base.sh @@ -18,12 +18,12 @@ fi # this into os_docker_push, os_docker_release scripts NEXUS_REPO=nexus3.onap.org:10003 -# Establish environment variables -source $(dirname $0)/.env - # 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}"