rancher / dapper

Docker build wrapper
Apache License 2.0
365 stars 88 forks source link

Fix Issue #22: Use DAPPER_BUILD_ARGS envvar to pass in http_proxy to the docker buil… #23

Closed scheetz closed 8 years ago

scheetz commented 8 years ago

Use DAPPER_BUILD_ARGS envvar to pass in http_proxy to the docker build command within Dapper.

Perhaps a future improvement would be to automatically setup http_proxy.

imikushin commented 8 years ago

@scheetz Support for passing --build-arg arguments to docker build has just been merged. You might want to check it out.