Closed proofrock closed 11 months ago
A thing: I am in South Korea now, and I did all the tests from here, also the Azure VM was created here (Korea Central). I tried with a VM created in US Central, and it works.
So it seems a combined qemu/arm+distance thing? Is there a way to set the TLS Handshake Timeout somehow and/or to use a sort of CDN? It's still quite strange, the network speed on Azure is still very performant, it shouldn't timeout even from Korea IMHO.
Unfortunately, we do not have the bandwidth to provide in-depth integration/deployment/environment debugging or support here; these sorts of questions/requests would be more appropriately posted to a dedicated support forum, such as the Docker Community Slack, Server Fault, Unix & Linux, or Stack Overflow.
Hi, I am using buildx to cross-build a project of mine. The dockerfile is multistage, and uses the
golang:latest
image to build the application on an AMD64 box. Now, for targets AMD64 and ARM64 everything goes well, but for ARMv7 the build hangs and fails with many TLS Handshake Timeouts about halfway through downloading the dependencies.I am pasting the error messages at the end of this report. Some notes:
alpine:edge
and imports golang via package manager, succeeds;CGO_ENABLED=0 go build -o ws4sqlite -trimpath
go get download -x
before thego build
and it also fails.Steps to reproduce
On an amd64 linux system:
It seems the same issue as this one. I am filing it here because this project is the one suggested by the dockerhub page.
Please tell me if I missed something, or how I can be of further assistance. I hope this is solvable.
-- G.