softwarefactory-project / DLRN

DO NOT send Pull Requests here, send reviews to
https://softwarefactory-project.io/r/#/q/project:DLRN
Apache License 2.0
28 stars 24 forks source link

Add --build-env option. #3

Closed dprince closed 10 years ago

dprince commented 10 years ago

Adds a new option which can be used to set an array of build environment variables. Internally these are injected into the docker run command for the build environment and can be used for setting up a local proxy for example:

delorean --build-env http_proxy=http://192.168.1.1:3128...

derekhiggins commented 10 years ago

thanks