Skiping SDK DB and WMS Dockerfile
[portal.git] / deliveries / .env
index babd90e..4910d24 100644 (file)
@@ -5,9 +5,9 @@
 # Dockerfile names.  To skip building one or more docker images,
 # change dockerfile name to "skip"
 PORTAL_DOCKERFILE=Dockerfile.portal
-SDK_DOCKERFILE=Dockerfile.sdk
-DB_DOCKERFILE=Dockerfile.mariadb
-WMS_DOCKERFILE=Dockerfile.wms
+SDK_DOCKERFILE=skip
+DB_DOCKERFILE=skip
+WMS_DOCKERFILE=skip
 # These are FE only and BE only docker images.  Change to Dockerfile.fe and Dockerfile.be to enable.
 FE_DOCKERFILE=skip
 BE_DOCKERFILE=skip
@@ -18,7 +18,7 @@ SDK_WAR_DIR=sdk/ecomp-sdk/epsdk-app-os/target
 SDK_WAR_FILE=epsdk-app-os.war
 BE_WAR_DIR=ecomp-portal-BE-os/target
 BE_WAR_FILE=portal-be-os.war
-FE_DIR=ecomp-portal-FE-os/dist/public
+FE_DIR=portal-FE-os/dist/public
 WIDGET_MS_JAR_DIR=ecomp-portal-widget-ms/widget-ms/target
 WIDGET_MS_JAR_FILE=widget-ms.jar
 
@@ -38,11 +38,11 @@ CLI_IMG_NAME=onap/cli
 
 # This is the first portion of the Docker image tag
 # that is published to the ONAP registry.
-PORTAL_VERSION=2.5.0
+PORTAL_VERSION=3.2.0
 
 # This is used during builds and in docker-compose;
 # it is never published to the ONAP registry.
-PORTAL_TAG=casablanca
+PORTAL_TAG=elalto
 
 # Name of directory in apps container (NOT host)
 WEBAPPS_DIR=/opt/apache-tomcat-8.0.37/webapps