aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket-be/deployment/docker/docker-postgres
diff options
context:
space:
mode:
authorMurali Mohan Murthy Potham <murali.p@huawei.com>2018-01-30 13:42:28 +0000
committerGerrit Code Review <gerrit@onap.org>2018-01-30 13:42:28 +0000
commit82fd4eb7449d18182449b5ab3bd00dd654d833e7 (patch)
treece5a4f485363ef6fa6e94ea4b64e879841171886 /vnfmarket-be/deployment/docker/docker-postgres
parent78f52545d56ff50d5e6d7b07b2db289a43d44a32 (diff)
parente987d4a200b419dfcef57cc5f42511e14d8677d6 (diff)
Merge "set docker proxy Issue-ID: VNFSDK-141"
Diffstat (limited to 'vnfmarket-be/deployment/docker/docker-postgres')
-rw-r--r--vnfmarket-be/deployment/docker/docker-postgres/pom.xml5
1 files changed, 5 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>