set docker proxy 49/27249/2
authorisaacgl <isaacg@amdocs.com>
Sun, 31 Dec 2017 17:10:53 +0000 (19:10 +0200)
committerMurali Mohan Murthy Potham <murali.p@huawei.com>
Tue, 30 Jan 2018 12:48:01 +0000 (12:48 +0000)
Issue-ID: VNFSDK-141

Change-Id: I17719d8060c7d0bb716b2109e80f3f81adec1ed6
Signed-off-by: isaacgl <isaacg@amdocs.com>
vnfmarket-be/deployment/docker/docker-postgres/pom.xml
vnfmarket-be/deployment/docker/docker-refrepo/pom.xml

index e4c8d5a..ef01bc5 100644 (file)
                             </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>
index c2b29a0..3272d9f 100644 (file)
                             </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>