aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index befd8a63..041845c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -446,10 +446,12 @@
<alias>${project.artifactId}</alias>
<name>${docker-image.registry}/${docker-image.namespace}/${docker-image.name}</name>
<build>
+ <!--
<args>
<http_proxy>${docker.http_proxy}</http_proxy>
<https_proxy>${docker.https_proxy}</https_proxy>
</args>
+ -->
<dockerFileDir>${project.basedir}</dockerFileDir>
</build>
</image>