Hi,
I just cloned the flowable github repo. And did a successful mvn clean install
.
Then I did sh build-and-push-all-images.sh
(in windows).
I get the below error:
[INFO] Reactor Summary for Flowable UI Task app 6.5.0-SNAPSHOT:
[INFO]
[INFO] Flowable UI Task app ............................... SUCCESS [ 0.698 s]
[INFO] flowable-ui-task-logic ............................. SUCCESS [ 6.649 s]
[INFO] flowable-ui-task-rest .............................. SUCCESS [ 2.873 s]
[INFO] flowable-ui-task-conf .............................. SUCCESS [ 2.604 s]
[INFO] flowable-ui-task-app ............................... FAILURE [01:47 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:01 min
[INFO] Finished at: 2019-10-16T18:21:59+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.spotify:dockerfile-maven-plugin:1.4.10:build (build) on project flowable-ui-task-app: Could not build image: java.util.concurrent.ExecutionException: com.spotify.docker.client.shaded.javax.ws.rs.ProcessingException: com.spotify.docker.client.shaded.org.apache.http.conn.HttpHostConnectException: Connect to localhost:2375 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <args> -rf :flowable-ui-task-app
Done...
And similar errors for all other modules. Appreciate your help.