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

Multi-arch support for OCI-repo #302

Open
frelon opened this issue Jul 4, 2022 · 1 comment
Open

Multi-arch support for OCI-repo #302

frelon opened this issue Jul 4, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@frelon
Copy link
Contributor

frelon commented Jul 4, 2022

This issue is about being able to build and push multi-arch images to the same repo, instead of having to use different OCI-repos based on arch.

Was looking into this a bit on hackweek and building and pushing multi-arch packages required very small changes.

The bigger problem seems to be saving the repository metadata when doing luet create-repo and consuming that based on the client arch.

Adding this issue to keep a trail of what was tried and if anyone else finds it interesting.

WIP branch here: https://github.com/frelon/luet/tree/image-ref-change
and a package repo: https://github.com/frelon/packages

@frelon frelon added the enhancement New feature or request label Jul 4, 2022
@mudler
Copy link
Owner

mudler commented Jul 4, 2022

That's awesome and looking great! Thanks you so much! care to open up a PR to see if it's passing tests?

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