aws-samples / aws-step-functions-business-rules-orchestration

MIT No Attribution
6 stars 6 forks source link

Getting connection refused when attempting to do a mvn docker:build #3

Open ayenda opened 1 year ago

ayenda commented 1 year ago

One of the maven plugins (spotify) is not working properly: Failed to execute goal com.spotify:docker-maven-plugin:1.2.2:build (default-cli) on project drools-rule-app: Exception caught: java.util.concurrent.ExecutionException: com.spotify.docker.client.shaded.javax.ws.rs.ProcessingException: java.io.IOException: Connection refused

This error is returned when running 'mvn docker:build'

The Docker daemon is running on local mac.

Please advise.

kishd commented 1 year ago

A fix has been rolled out.