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

Script does not respect a "no_proxy" env in a proxied environment #50

Open
grimkroton opened this issue Aug 21, 2018 · 3 comments
Open

Comments

@grimkroton
Copy link

If running this script behind a proxy, the image pull is running, but the image push to a local registry, which is reachable without a proxy, fails.

The push also uses the proxy, but the local registry is reachable without a proxy.

If a "no_proxy" env is set, the push should not use a proxy.

@grimkroton
Copy link
Author

It seems, that this is a bug in the python requests module:
psf/requests#879

@garethahealy
Copy link
Contributor

@grimkroton ; which script are you talking about?

@grimkroton
Copy link
Author

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

No branches or pull requests

2 participants