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 multi-arch images #95

Open
sondrelg opened this issue May 1, 2023 · 1 comment
Open

Support multi-arch images #95

sondrelg opened this issue May 1, 2023 · 1 comment

Comments

@sondrelg
Copy link

sondrelg commented May 1, 2023

Hi 🙂

Sorry if this isn't the right repo for this type of issue. Hoping it is 🤞

I noticed that for the redis-operator images you're building latest for amd64, then building separate images for arm-64 support. Unless I'm mistaken, a better way to build for multiple architectures is to just tag them the same and upload multiple versions to the same registry under the same tag. Most registries will handle this automatically.

For an example, see the cert-manager images:

image

Each of their images supports 5 different architectures for the same tag, which means I can tell Karpenter to use either amd64 or arm64 for the same image tag and not run into problems.

Would you be open to implementing this for the redis-operator and redis images?

@yahel2410
Copy link

Would also love to see multi-arch images support 🙏

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

2 participants