Graceful Fallback if no decryption
[portal.git] / deliveries / .env
index 47a0924..665f33b 100644 (file)
@@ -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.
@@ -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.