-
Notifications
You must be signed in to change notification settings - Fork 36
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
Allow overriding GOPROXY #183
Comments
@broom9 According to
|
Thanks. I agree pipe looks more robust. It might be better to not default to any proxy server but allow configuring it via an env var or option. The code logic is to rebuild the image from scratch if on CI (when the |
chore: change GOPROXY separator to pipe(|) #183
@wchaws Hi, can your change with the GOPROXY separator be also added to v1? |
GOPROXY=https://goproxy.cn,https://goproxy.io,direct
This line in Dockerfile is forcing us to use
goproxy.cn
, and it sometimes returns 504 Gateway Timeout and breaks our build. Can we make this configurable or overridable from an env var? Thanks.The text was updated successfully, but these errors were encountered: