-
Notifications
You must be signed in to change notification settings - Fork 32
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
No matching manifest for linux/arm64/v8 in the MySQL image manifest list entries #366
Comments
Moving to mysql/mysql-server as it provides images for linux/arm64/v8
Hi! I dont understand docker very well, but ill take a look. Ive just noticed theres a PR already. There is a note in the main readme in the troubleshooting section about this and a fix for it. @sergiolaverde0 is the person who made 99% of the current docker process. |
This is weird, the image we use does support arm64, but apparently it isn't being pulled correctly. I will take a look into this. |
We already had this issue twice, I think it even had a github issue. We made a note in the readme file, i think because we could not figure out what the issue is. I can merge #367, right? I can only test it on linux. |
@simjanos-dev let me first solve the issues there before you merge to dev. Any reason you have a custom command for the database container that the default does not work as expected? |
If you mean the custom code that waits for the database to be set up, there was a reason, but i don't remember what it was. There was a PR about it: If I read the comments about it right, it was fixed and we were planning on removing that part. |
Okay, please let me know when it can be merged. |
Description:
When attempting to pull the MySQL image on an ARM64 architecture (such as Apple Silicon Mac), Docker Compose fails with the error:
Steps to Reproduce:
docker compose up
.Expected Behavior:
The mysql image should have a manifest entry that supports ARM64 architecture, allowing it to run natively on ARM-based systems.
Actual Behavior:
Docker Compose fails with the error no matching manifest for
linux/arm64/v8
Environment:
Request:
Please add an ARM64-compatible manifest for the MySQL Docker image, or recommend an ARM-native image for MySQL.
The text was updated successfully, but these errors were encountered: