From cf26999de441d3e915ee011ddfa31a2bb1b1af15 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Wed, 18 Oct 2017 09:29:55 -0700 Subject: Fix proxy usage for docker external The process that retrieves Docker images hosted externally was missing a step in its configuration. This change fix the configuration and unblock the pending Unit Tests. Change-Id: I5a6b39086eb806bab5bb2667092a154e230d33ef Signed-off-by: Victor Morales Issue-ID: INT-227 --- bootstrap/vagrant-onap/lib/dcae | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap/vagrant-onap/lib/dcae') diff --git a/bootstrap/vagrant-onap/lib/dcae b/bootstrap/vagrant-onap/lib/dcae index 3e702d989..4995c618d 100755 --- a/bootstrap/vagrant-onap/lib/dcae +++ b/bootstrap/vagrant-onap/lib/dcae @@ -44,7 +44,7 @@ function _build_docker_image { install_docker pushd $src_folder - # TODO(electrocucaracha) Workaround for dmmapbc images + # NOTE: Workaround for dmmapbc images sed -i '/LocalKey/d' Dockerfile local docker_build="docker build -t $name -f ./Dockerfile ." if [ $http_proxy ]; then -- cgit 1.2.3-korg