Added DOCKER_RUN_ARGS to the docker run commands in build.sh
While executing build.sh inside a docker container:
apk update inside alpine container fails since proxy parameters are not
passed to the alpine container
hence http://dl-cdn.alpinelinux.org/alpine/v3.2/main/x86_64/APKINDEX.tar.gz
is not accessible
Added DOCKER_RUN_ARGS to the docker run commands in build.sh While executing build.sh inside a docker container: apk update inside alpine container fails since proxy parameters are not passed to the alpine container hence http://dl-cdn.alpinelinux.org/alpine/v3.2/main/x86_64/APKINDEX.tar.gz is not accessible
Adding DOCKER_RUN_ARGS