aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorisaacgl <isaacg@amdocs.com>2017-12-31 19:10:53 +0200
committerMurali Mohan Murthy Potham <murali.p@huawei.com>2018-01-30 12:48:01 +0000
commite987d4a200b419dfcef57cc5f42511e14d8677d6 (patch)
tree1a064dfc2cfab20541c305a226c1d8173d01c524
parent60c8d061a529a82db167429053436757223a450d (diff)
set docker proxy
Issue-ID: VNFSDK-141 Change-Id: I17719d8060c7d0bb716b2109e80f3f81adec1ed6 Signed-off-by: isaacgl <isaacg@amdocs.com>
-rw-r--r--vnfmarket-be/deployment/docker/docker-postgres/pom.xml5
-rw-r--r--vnfmarket-be/deployment/docker/docker-refrepo/pom.xml5
2 files changed, 10 insertions, 0 deletions
diff --git a/vnfmarket-be/deployment/docker/docker-postgres/pom.xml b/vnfmarket-be/deployment/docker/docker-postgres/pom.xml
index e4c8d5ab..ef01bc52 100644
--- a/vnfmarket-be/deployment/docker/docker-postgres/pom.xml
+++ b/vnfmarket-be/deployment/docker/docker-postgres/pom.xml
@@ -67,6 +67,11 @@
</build>
</image>
</images>
+ <buildArgs>
+ <http_proxy>${HTTP_PROXY}</http_proxy>
+ <https_proxy>${HTTPS_PROXY}</https_proxy>
+ <no_proxy>localhost,127.0.0.1</no_proxy>
+ </buildArgs>
</configuration>
<executions>
<execution>
diff --git a/vnfmarket-be/deployment/docker/docker-refrepo/pom.xml b/vnfmarket-be/deployment/docker/docker-refrepo/pom.xml
index c2b29a06..3272d9f3 100644
--- a/vnfmarket-be/deployment/docker/docker-refrepo/pom.xml
+++ b/vnfmarket-be/deployment/docker/docker-refrepo/pom.xml
@@ -60,6 +60,11 @@
</includes>
</resource>
</resources>
+ <buildArgs>
+ <http_proxy>${HTTP_PROXY}</http_proxy>
+ <https_proxy>${HTTPS_PROXY}</https_proxy>
+ <no_proxy>localhost,127.0.0.1</no_proxy>
+ </buildArgs>
</configuration>
<executions>