-
Notifications
You must be signed in to change notification settings - Fork 512
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
Alpine based golang docker image for linux/s390x architecture missing #383
Comments
golang/1.16/alpine3.14/Dockerfile Lines 75 to 80 in 0760c29
+ cd /usr/local/go/src
+ go env GOROOT
+ export 'GOROOT_BOOTSTRAP=/usr/lib/go' 'GOHOSTOS=linux' 'GOHOSTARCH=s390x'
+ ./make.bash
ERROR: Cannot find /usr/lib/go/bin/go.
Set $GOROOT_BOOTSTRAP to a working Go tree >= Go 1.4. I would guess it has the same root cause as docker-library/php#1178 |
Confirmed same root cause, and confirmed same root fix 🎉 |
Will 1.17-alpine3.14 tag's linux/s390x image be pushed separately or do we need to wait till next golang release ? |
Coming soon. They've already been pushed up to the architecture specific repo (https://hub.docker.com/r/s390x/golang), so another job will eventually combine it into the manifest list for https://hub.docker.com/_/golang. |
It'll be pushed separately -- there's a minor delay to try and decrease
load on Docker Hub / give other arches a chance to finish building so we
can push multiple at once, but it should be up within the next hour or so.
|
Thank you so much for the quick fix, much appreciated. |
For alpine 3.14 as base image: golang image for linux/s390x arch is missing (which is available for alpine 3.13)
At first I thought it maybe due to alpine not publishing image for linux/s390x but they do publish it.
Thanks!
The text was updated successfully, but these errors were encountered: