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

Percona Everest cannot be installed on ARM architecture due to percona/everest-catalog Docker image being amd64 only #784

Open
maamoon95 opened this issue Oct 24, 2024 · 1 comment

Comments

@maamoon95
Copy link

When attempting to install Percona Everest on ARM architecture, the installation fails because the percona/everest-catalog Docker image is built for amd64 only. ARM-based systems like Ampere CPUs on Ubuntu 24.04 are becoming more common, and supporting ARM architecture would be greatly beneficial for users on these platforms.

Steps to reproduce:

  1. Run installation on an ARM-based server (Ampere CPU, Ubuntu 24.04).
  2. Observe failure due to the percona/everest-catalog Docker image being incompatible with ARM.

Expected behavior:

  • Percona Everest should be installable on ARM architecture by providing multi-architecture Docker images, including support for arm64.
    everest catalog

System details:

  • Ubuntu 24.04 on ARM architecture (Ampere CPU).
@PeterSzcz
Copy link

hey @maamoon95

Thanks for the feedback! We want to eventually support ARM architecture, for Everest this wouldn't be a very heavy lift but we are dependent on our operators and database distribution supporting ARM and unfortunately only one of them currently is. There is an ongoing effort to add ARM support for MySQL and PMM which should be delivered in next 2 quarters and it make sense to release Everest for ARM at the same time when most components have this 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