diff options
author | Denes Nemeth <denes.nemeth@nokia.com> | 2018-03-10 10:34:16 +0100 |
---|---|---|
committer | Denes Nemeth <denes.nemeth@nokia.com> | 2018-03-10 10:34:16 +0100 |
commit | b48be0c7c0f16b9724d98fcceac898cfe1942f7d (patch) | |
tree | 9b64266e141ab8f78214219e22db1b0f967f3b46 /nokiav2/deployment | |
parent | 6826488e2d3ecd04ef45d9181921a7fc15badda8 (diff) |
Remove docker squash
not suppored on Jenkins
Change-Id: Ia48759c9af22d1ce97a7bdcb3e82a29adda2514f
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
Issue-ID: VFC-728
Diffstat (limited to 'nokiav2/deployment')
-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") |