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

Support multiarch images produced by docker manifest or docker buildx #356

Open
dsosedov-vmw opened this issue Sep 30, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@dsosedov-vmw
Copy link

Docker started supporting multiarch images that are bundles containing images for the same application targeting different operating systems and CPU architectures. Such images are generally produced with docker buildx. The final artifact produced by the aforementioned process follows a different schema that is currently not recognized by ImageRepository resources when provided under spec.image. The resource reports the following error:

unable to pull image "repo/project/image:tag": Expected an Image but got: application/vnd.docker.distribution.manifest.list.v2+json

With more dev environments running on M1 (or other ARM) chips but at the same time Kubernetes nodes running on VMs on top of hardware with Intel/AMD chips, this can become a way to streamline image architecture-agnostic creation.

@dsosedov-vmw dsosedov-vmw added the enhancement New feature or request label Sep 30, 2024
@rashedkvm rashedkvm self-assigned this Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants