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 can run arm64v8/centos, while fail with arm64v8/golang:
$ docker run --privileged linuxkit/binfmt:v0.7
$ docker run -it arm64v8/centos bash
[root@533bc0765703 /]#
$ docker run -it arm64v8/golang bash
Unable to find image 'arm64v8/golang:latest' locally
latest: Pulling from arm64v8/golang
docker: no matching manifest for linux/amd64 in the manifest list entries.
See 'docker run --help'.
warning: no images expected to push for "amd64/golang:1.15.2-windowsservercore"warning: no images expected to push for "amd64/golang:1.15.2-nanoserver"warning: no images expected to push for "amd64/golang:1.14.9-windowsservercore"warning: no images expected to push for "amd64/golang:1.14.9-nanoserver". . .Putting amd64/golang:1-windowsservercoretime="2020-09-17T05:20:13Z" level=fatal msg="all entries were skipped due to missing source image references; no manifest list to push"warning: failed putting amd64/golang:1-windowsservercore, skipping (collecting errors)warning: no images expected to push for "amd64/golang:1.15.2-nanoserver". . .error: failed putting groups:- amd64/golang:1-windowsservercore: exit status 1- amd64/golang:1-nanoserver: exit status 1
manifest lists under the library are "eventually consistent" -- once all arches complete successfully, the manifest lists get updated to include all the relevant sub-architectures.
I can run arm64v8/centos, while fail with arm64v8/golang:
Compare manifest info:
The text was updated successfully, but these errors were encountered: