spotify / docker-maven-plugin

INACTIVE: A maven plugin for Docker
Apache License 2.0
2.66k stars 575 forks source link

Docker build --network option #325

Closed wjans closed 6 years ago

wjans commented 7 years ago

As of docker v1.13 the docker build command has an option --network. I need to use this option to build my docker images via Maven. Is there any way to specify the network?

If not, would it be interesting to create a PR for specifying this in the build mojo?

Deklin commented 7 years ago

I would recommend a generic parameter to pass additional CLI arguments, multiple issues opened would be solved by this feature.

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.