From 739a1d1884ad65d6c03d75e370acf94f36b9f38e Mon Sep 17 00:00:00 2001 From: Sebastien Premont-Tendland Date: Wed, 30 Oct 2019 12:12:52 -0400 Subject: [PATCH] Update git submodules * Update docs/submodules/ccsdk/cds.git from branch 'master' to 2703d7ab7045089a381416d6e3b15df5f7e785ef - Removed all http_proxy reference from build. http_proxy is an environment configuration and should not be defined in in the build script. If you need to use a proxy to build docker images then add it to the mvn command like this : -Ddocker.buildArg.http_proxy=$PROXY -Ddocker.buildArg.https_proxy=$PROXY Also adding http_proxy in the Dockerfile directly will add the environment variable in the POD statically using the proxy the was built with at runtime. If a proxy is needed at runtime then the environment variables should be injecting using helm charts and overrides. Issue-ID: CCSDK-1877 Signed-off-by: Sebastien Premont-Tendland Change-Id: I2b99b277b594408c974cf29a5804384293776a22 --- docs/submodules/ccsdk/cds.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/ccsdk/cds.git b/docs/submodules/ccsdk/cds.git index 129cc5bd7..2703d7ab7 160000 --- a/docs/submodules/ccsdk/cds.git +++ b/docs/submodules/ccsdk/cds.git @@ -1 +1 @@ -Subproject commit 129cc5bd7654b8017c22f53ebd6cbf9f1b12f55e +Subproject commit 2703d7ab7045089a381416d6e3b15df5f7e785ef -- 2.16.6