summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-05-24 16:57:30 +0200
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-05-24 16:57:30 +0200
commit26400da37d58d7e1943c1723e4b60b3d967765b8 (patch)
treef9dbd3be6bd1c903c9401c4e39402f1e7bb9dc13
parent133d2e5e09fed97af43d3e7664aa4d2fe0323d8a (diff)
Attempt to fix build
Attempt to fix the docker image for the image clamp build Issue-ID: CLAMP-150 Change-Id: Ic5ed258c83ad9a6ec98b5eda9389cd7c3edba845 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 24c148a9..80668523 100644
--- a/pom.xml
+++ b/pom.xml
@@ -803,7 +803,8 @@
<artifactId>docker-maven-plugin</artifactId>
<version>1.1.0</version>
<configuration>
- <dockerHost>http://localhost:2375</dockerHost>
+
+ <dockerHost>http://127.0.0.1:2375</dockerHost>
<imageName>onap/clamp</imageName>
<dockerDirectory>src/main/docker</dockerDirectory>
<serverId>docker-hub</serverId>