-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
We have a jumpbox in the environment behind a proxy and winfs-injector throws the following error.
winfs-injector-windows.exe --input-tile pas-windows-2.3.7-build.16.pivotal --output-tile pas-windows-2.3.7-build.16-INJECTED.pivotal
Get https://auth.docker.io/token?service=registry.docker.io&scope=repository:cloudfoundry/windows2016fs:pull: dial tcp 34.206.236.31:443: i/o timeout
I have tried setting netsh and also http/s_proxy environment variables since it is written in go thinking that might work, but nada. The instructions located https://docs.pivotal.io/pivotalcf/2-3/windows/installing.html#install do not specify requiring direct internet acces so I was assuming I could configure the proxy somehow.
If I can provide any more details let me know