Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --build-env option. #3

Merged
merged 1 commit into from
Oct 1, 2014

Conversation

dprince
Copy link
Contributor

@dprince dprince commented Oct 1, 2014

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...

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 added a commit that referenced this pull request Oct 1, 2014
@derekhiggins derekhiggins merged commit c387837 into softwarefactory-project:master Oct 1, 2014
@derekhiggins
Copy link
Contributor

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants