You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The official Go binaries are known to not work on Alpine because we assume glibc. That is #18773 and #19938.
Are you saying that the Go binary from go get golang.org/dl/go1.10.3 but not from go get golang.org/dl/go1.11? Or did you get your go1.10.3 from somewhere else? (e.g. from Alpine apk)
Uh oh!
There was an error while loading. Please reload this page.
What version of Go are you using (
go version
)?go version go1.11 linux/amd64
(This is my handprint, the reason is below.)
Does this issue reproduce with the latest release?
Yes. Installed by
go get golang.org/dl/go1.11
.What operating system and processor architecture are you using (
go env
)?go1.11
: It was silently done with status 1.go1.10.3
:What did you do?
docker run --rm -it --cap-add sys_ptrace golang:1.10.3-alpine3.8
Then in the Docker container:
What did you expect to see?
What did you see instead?
It was silently done with status 1.
I submit the results of
strace go1.11 version
.go1.11
: https://gist.github.com/michilu/131116bf3cd43abc5fe14256b3fc178d#file-strace-go1-11-txtgo1.10.3
: https://gist.github.com/michilu/131116bf3cd43abc5fe14256b3fc178d#file-strace-go1-10-3-txtThe text was updated successfully, but these errors were encountered: