Remove docker squash 37/35037/1
authorDenes Nemeth <denes.nemeth@nokia.com>
Sat, 10 Mar 2018 09:34:16 +0000 (10:34 +0100)
committerDenes Nemeth <denes.nemeth@nokia.com>
Sat, 10 Mar 2018 09:34:16 +0000 (10:34 +0100)
not suppored on Jenkins

Change-Id: Ia48759c9af22d1ce97a7bdcb3e82a29adda2514f
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
Issue-ID: VFC-728

nokiav2/deployment/src/main/resources/build_image.sh

index 358048d..384c213 100755 (executable)
@@ -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")