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
I'm using the golang for s390x and I tried to pull the latest image but I've got an error:
# docker pull golang
Using default tag: latest
latest: Pulling from library/golang
no matching manifest for unknown in the manifest list entries
The same result is for golang:1.12.3, golang:1.12
However I can pull s390x/golang image
# docker pull s390x/golang
Using default tag: latest
latest: Pulling from s390x/golang
Digest: sha256:29f452b3dbca1a99b7d4ecfe51320bfe11242a3d2e27b2f7231a7da80df3161d
Status: Image is up to date for s390x/golang:latest
I'm using the golang for s390x and I tried to pull the latest image but I've got an error:
The same result is for
golang:1.12.3
,golang:1.12
However I can pull
s390x/golang
image./manifest-tool-linux-s390x inspect golang | grep s390x
returns nothingIs there no s390x support anymore for multiarch
golang:x
images?The text was updated successfully, but these errors were encountered: