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

Consider using OCI Image manifest fields like platform/arch/os instead of platform/arch tags #88

Open
xavier83 opened this issue Sep 14, 2021 · 3 comments

Comments

@xavier83
Copy link

Current the use of tags for different architecture might not be the recommended way to distribute containers for different platforms/architecture/os. See https://docs.docker.com/engine/reference/commandline/manifest/#manifest-annotate

https://docs.docker.com/registry/spec/manifest-v2-2/
https://github.com/opencontainers/image-spec/blob/main/image-index.md

If enabled the container specification in docker-compose/kubernetes config won't have to worry about specifying the right architecture tag.

@aparcar
Copy link
Member

aparcar commented Apr 19, 2022

Hi, could you provide a PR for that?

@aparcar
Copy link
Member

aparcar commented Apr 25, 2023

I guess this is related to #112

@lu-zero
Copy link

lu-zero commented Feb 16, 2024

I tried with the current nerdctl and the problem still persists

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

3 participants