Skip to content
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

coredns arm64 container image have the wrong architecture in their manifests #5365

Closed
opskumu opened this issue May 5, 2022 · 1 comment
Closed
Labels

Comments

@opskumu
Copy link

opskumu commented May 5, 2022

What happened:

coredns arm64 container image have the wrong architecture in their manifests

➜  ~ docker pull --platform linux/arm64 coredns/coredns:1.8.7
1.8.7: Pulling from coredns/coredns
Digest: sha256:58508c172b14716350dc5185baefd78265a703514281d309d1d54aa1b721ad68
Status: Image is up to date for coredns/coredns:1.8.7
docker.io/coredns/coredns:1.8.7
➜  ~ docker inspect coredns/coredns:1.8.7 | grep -i arch
        "Architecture": "amd64",  
➜  ~

right Architecture should arm64

What you expected to happen:

I found #4779 solve the problem, but now is wrong

How to reproduce it (as minimally and precisely as possible):

None

Anything else we need to know?:

None

@opskumu opskumu added the bug label May 5, 2022
@zouyee
Copy link
Member

zouyee commented May 6, 2022

duplicate #5363

@opskumu opskumu closed this as completed May 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants