2
7
Fork
You've already forked hyperpipe-backend
5

Update 'Dockerfile' #1

Merged
snematoda merged 3 commits from pfc/hyperpipe-backend:main into main 2023年05月10日 11:18:11 +02:00
Contributor
Copy link

Default goproxy server can be problematic, goproxy.cn more stable.

Default goproxy server can be problematic, goproxy.cn more stable.
Update 'Dockerfile'
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
f817257699

could you keep goproxy.cn as a fallback instead of the default :)

https://golang.org/cl/226460

could you keep goproxy.cn as a fallback instead of the default :) https://golang.org/cl/226460
Update 'Dockerfile'
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
a8aec6d08d
keeping go mod download, also fallback mode for goproxy instances
Author
Contributor
Copy link

Definitely! I assume proxy.golang.org is the official one.

Definitely! I assume proxy.golang.org is the official one.

I assume proxy.golang.org is the official one.

yes

> I assume proxy.golang.org is the official one. yes
Dockerfile Outdated
@ -9,3 +9,3 @@
ARG TARGETOS TARGETARCH
RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} go mod download && \
RUN GOPROXY=https://proxy.golang.org, GOPROXY=https://goproxy.cn go mod download && \

just a minor change, this line should be GOPROXY=proxy.golang.org,goproxy.cn

just a minor change, this line should be `GOPROXY=proxy.golang.org,goproxy.cn`
snematoda marked this conversation as resolved
Update 'Dockerfile'
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
e499a72e49
Author
Contributor
Copy link

Done! Yeah it is way minimal but works perfectly fine both way.

Done! Yeah it is way minimal but works perfectly fine both way.

Thank you!

Thank you!
Commenting is not possible because the repository is archived.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Hyperpipe/hyperpipe-backend!1
Reference in a new issue
Hyperpipe/hyperpipe-backend
No description provided.
Delete branch "pfc/hyperpipe-backend:main"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?