Skip to content

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

Closed
jameskubp2p opened this issue Aug 9, 2023 · 4 comments

Comments

@jameskubp2p
Copy link

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.

Sending build context to Docker daemon 36.26MB
Step 1/40 : FROM golang:1.21.0-bullseye as build-env
1.21.0-bullseye: Pulling from library/golang
no matching manifest for linux/amd64 in the manifest list entries

@LKaemmerling
Copy link

Can confirm, linux/amd64 is currently missing

@GaoJianAllen
Copy link

I meet a similar issue here: #481

@yosifkit
Copy link
Member

yosifkit commented Aug 9, 2023

Duplicate of #480

@yosifkit yosifkit marked this as a duplicate of #480 Aug 9, 2023
@yosifkit
Copy link
Member

yosifkit commented Aug 9, 2023

amd64 image is available now:

$ 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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants