-
Notifications
You must be signed in to change notification settings - Fork 295
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
As a developer, I can use pack with an HTTP proxy #169
Comments
I just hit this and would volunteer to help test once there's a patch. Here's the error in case somebody comes looking: [builder] Error: failed to : exit status 103 But I can reach this normally: HTTP/1.1 200 OK |
@sclevine It's much easier to implement this story if we don't support the case where the proxy is running on the host machine (it's possible but more laborious). Given that the motivation for this story is to support enterprise/corporate use cases, the vast majority of which involve an external proxy, we were thinking we should ship the quick version (w/o local proxy support), and address local proxies in another issue. |
👍 |
Needs @sclevine because I don't know where I would set env variables. If the following is provided:
I could probably accept it. |
done on |
Very important for enterprise/corporate use cases.
When I set the
HTTP_PROXY
,HTTPS_PROXY
, and/orNO_PROXY
environment variablesAnd I run
pack build
Then All connections from the pack CLI and associated containers are routed through the specified proxies.
Notes
The text was updated successfully, but these errors were encountered: