[POLICY-54] Add proxy for docker builds and fixes 07/5607/3
authorShashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Thu, 29 Jun 2017 19:52:59 +0000 (12:52 -0700)
committerShashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Thu, 29 Jun 2017 21:53:53 +0000 (21:53 +0000)
commit6e36eec11cef53beeaa7dffbd7af83ee0ab1b139
tree5204c2b50500227b865e0003c70ba825dace991d
parent3e5a0c35447d8699dfef7308fa6a3dc287bc0a64
[POLICY-54] Add proxy for docker builds and fixes

This patch helps to build Policy docker images behind a proxy and
fixes the following correction in patch
https://gerrit.onap.org/r/#/c/5585/ :

1. $HTTP_PROXY and $HTTPS_PROXY environment variables
   gets reset with HTTP_PROXY="" and HTTP_PROXY="" overriding it.

2. When both $HTTP_PROXY and $HTTPS_PROXY are set, a space is needed
   when they are appended for providing correct arguments to docker
   build command.

Change-Id: I1d0f2003c77444e372b754d42f20d2e428e70a95
Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
docker_build.sh
docker_merge.sh
docker_verify.sh