Attempt to fix build 67/48967/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Thu, 24 May 2018 14:57:30 +0000 (16:57 +0200)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Thu, 24 May 2018 14:57:30 +0000 (16:57 +0200)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index 24c148a..8066852 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                                <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>