-
Notifications
You must be signed in to change notification settings - Fork 69
ARM64 Support #62
Comments
It doesn't appear Percona supports ARM64
|
Yes, I saw that. It's certainly a shame. They also do not have ARM64 support on their roadmap. It is possible to BUILD FROM SOURCE however, something we can do when users request a I am also more than happy to do the leg work to make this happen. Given that a PR of this nature would be considered. |
Here's previous comments on similar issues |
@wglambert FYI - MariaDB now has DOI support for Arm64: MariaDB/mariadb-docker#184 (comment) . It's also likely MySQL will also provide Arm64 support in the next several weeks given the betas. What's the likelihood of using distro packaging vs. upstream to enable multi-arch support? Thanks. |
Both issues mentioned above are now [being] resolved: MariaDB has Arm64 support [0] and MySQL is adding support for arm64 [1-4]. It would appear that Percona support 8.0 is not in place yet and we have to wait for that at least and then see if if repo.percona.com will support arm64, otherwise decide to build from source or pull from a distro vs. pulling from the repo. Please let us know if there's anything we can do to help this Percona image keep up with the others. [0] https://hub.docker.com/r/arm64v8/mariadb/ |
I agree that Percona probably should consider supporting ARM64, but that's a conversation that needs to be had with Percona -- we simply maintain an image for their software and are not affiliated with them directly (nor do we have contacts there). It's also worth noting that we've been considering deprecating this image entirely in favor of the images that Percona maintains directly themselves. Closing, given that there's nothing more we (the official images maintainers) can do here. |
Any chance we can have support for ARM64 enabled?
It looks as if the Dockerfile currently pulls in pre-built packages from the Percona repos.
For ARM64, perhaps we can build from source, or pull from another repo?
The text was updated successfully, but these errors were encountered: