Open vjuranek opened 9 years ago
I'm running Docker builds behind a proxy and need to be able to pass 'http_proxy' configuration for this as per:
https://github.com/docker/docker/issues/14634
I've tried implementing functionality for this, but can see the docker-java
client added support for build arguments in 3.0.0 (RC4 at the time of writing). It looks like 3.0.0 introduces breaking changes that means it's not a simple update (e.g. Exceptions have moved to a sub-package and there are callbacks to implement).
If I can +1 the plugin being updated to 'docker-java' 3.0.0, this would make it relatively straightforward to contribute build argument functionality.
@davidcarboni attempted to do this in #45
preferable to 2.x version