diff options
Diffstat (limited to 'nokiav2/deployment/src/main')
-rwxr-xr-x | nokiav2/deployment/src/main/resources/build_image.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/nokiav2/deployment/src/main/resources/build_image.sh b/nokiav2/deployment/src/main/resources/build_image.sh index 358048d8..384c213a 100755 --- a/nokiav2/deployment/src/main/resources/build_image.sh +++ b/nokiav2/deployment/src/main/resources/build_image.sh @@ -36,7 +36,10 @@ PROJECT="vfc" IMAGE="nfvo/svnfm/nokiav2" DOCKER_REPOSITORY="nexus3.onap.org:10003" ORG="onap" -BUILD_ARGS="--no-cache --squash" +BUILD_ARGS="--no-cache" +# it looks like that ONAP jenkins does not support squash +#BUILD_ARGS="--no-cache --squash" + IMAGE_NAME="${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/${IMAGE}" TIMESTAMP=$(date +"%Y%m%dT%H%M%S") |