-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
arm64 support for docksal/mysql #26
Comments
Why was this removed from ToDo?? Any update on when it might be added? |
docksal/service-mariadb#17 (in scope for the next release) will be a stopgap solution. Upgrading Docksal's MariaDB images to support ARM can happen pretty soon (within a few days or weeks). |
That is great news. I'm actually using the MariaDDB image now, but it seems quite slow.. the mysql image did not work at all.. I've technically moved to an external MySQL database since even the mariaDB one is so slow (but functional). As an "example" - importing out company database took 45minutes on a MySQL 5.7 image, but literally 4 or 5 hours on the MariaDB one. I'll be very interested in testing out the Arm64 version once released. And - thanks for maintaining these!!!! |
@lmakarov is there anything to do here apart from waiting for the upstream? It seems... not to be progressing.
jk that config only works in the project scope, so it looks like I'll be adding |
Posting if this might help folks. I made a quick alias, so now when I spin up a new project I run
|
Sharing DDEV's solution in case it's helpful to someone who's able to pick this up: |
There is now an Oracle Linux based MySQL 8.0 image available upstream in https://hub.docker.com/_/mysql. MySQL 5.7 arm64 won't be supported upstream (unless Oracle changes their mind and ships a MySQL 5.7 arm64 package for Debian). I'm leaning towards dropping support for 5.7 and only supporting 8.0 for docksal/mysql. This will provide a consistent experience between platforms at the cost of retiring the older version prematurely. |
arm64 is not yet supported upstream for the official MySQL Docker image.
Upstream issue: docker-library/mysql#318
Other options to get MySQL on arm64:
The text was updated successfully, but these errors were encountered: