X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=deliveries%2F.env;h=665f33b52c4809d1d9a4c58b06a10e99b307b430;hb=8e3d0ff5ce27cd87a257a2a95430add3dd3596ce;hp=c5961d33099c30e27f445b8e0fdcb7aebe5c1485;hpb=4b7993a3e61c9afea0674ec6a81fb1bcb13c8189;p=portal.git diff --git a/deliveries/.env b/deliveries/.env index c5961d33..665f33b5 100644 --- a/deliveries/.env +++ b/deliveries/.env @@ -5,7 +5,7 @@ # Dockerfile names. To skip building one or more docker images, # change dockerfile name to "skip" PORTAL_DOCKERFILE=Dockerfile.portal -SDK_DOCKERFILE=Dockerfile.sdk +SDK_DOCKERFILE=skip DB_DOCKERFILE=Dockerfile.mariadb WMS_DOCKERFILE=Dockerfile.wms # These are FE only and BE only docker images. Change to Dockerfile.fe and Dockerfile.be to enable. @@ -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,7 +38,7 @@ 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.6.0 +PORTAL_VERSION=3.2.0 # This is used during builds and in docker-compose; # it is never published to the ONAP registry.