-
Notifications
You must be signed in to change notification settings - Fork 516
no matching manifest for linux/amd64 in the manifest list entries in golang:1.21.0-bullseye #482
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
Comments
Can confirm, linux/amd64 is currently missing |
I meet a similar issue here: #481 |
Duplicate of #480 |
$ docker pull --platform=linux/amd64 golang:1.21.0-bullseye
1.21.0-bullseye: Pulling from library/golang
9a9e034800a1: Pull complete
fd91c1fad56d: Pull complete
9dd6a2c0cfa3: Pull complete
61921364b4ff: Pull complete
e170e9eb14cd: Pull complete
b89b537abc93: Pull complete
Digest: sha256:0ed263861f71db3c4fed4d900b621aca03a3b91b8bc5f1dd56584af191c89d68
Status: Downloaded newer image for golang:1.21.0-bullseye
docker.io/library/golang:1.21.0-bullseye
$ docker pull --platform=linux/amd64 golang:1.21
1.21: Pulling from library/golang
785ef8b9b236: Pull complete
5a6dad8f55ae: Pull complete
bd36c7bfe5f4: Pull complete
9e59e6b803ed: Pull complete
9e40ac7456b5: Pull complete
8e11a6c7a2e6: Pull complete
Digest: sha256:a0e3e6859220ee48340c5926794ce87a891a1abb51530573c694317bf8f72543
Status: Downloaded newer image for golang:1.21
docker.io/library/golang:1.21 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After using dockerfile to build
FROM --platform=linux/amd64 golang:1.21.0-bullseye as build-env
so, in eventually I got this message below.
The text was updated successfully, but these errors were encountered: