Github user tbouron commented on the issue:
https://github.com/apache/brooklyn-dist/pull/118
Thanks @andreaturli for this, it's great!
However, I get an error when I try to build it:
```
[ERROR] Failed to execute goal
com.spotify:dockerfile-maven-plugin:1.4.0:build (default) on project
brooklyn-dist: Could not build image:
com.spotify.docker.client.shaded.com.fasterxml.jackson.databind.exc.MismatchedInputException:
Cannot construct instance of `com.spotify.docker.client.messages.RegistryAuth`
(although at least one Creator exists): no String-argument constructor/factory
method to deserialize from String value ('swarm')
[ERROR] at [Source: UNKNOWN; line: -1, column: -1] (through reference
chain: java.util.LinkedHashMap["stackOrchestrator"])
[ERROR] -> [Help 1]
```
Does this require some setup to do first? If yes, I would suggest to add a
flag to disable the docker build, same as `-D no-deb` or `-D no-rpm`
---