You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
It's a known issue that some docker containers don't work with the M1 chip. docker-library/mysql#778
The version that the project is using specifically doesn't work with m1 throwing
failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to create LLB definition: no match for platform in manifest sha256:7cf2e7d7ff876f93c8601406a5aa17484e6623875e
64e7acc71432ad8e0a3d7e: not found
However, using the latest image seems to work. Maybe we can pin the latest version (8.x) instead of 5.7 here?
- image: mysql:5.7
+ image: mysql:latest
The text was updated successfully, but these errors were encountered:
It's a known issue that some docker containers don't work with the M1 chip. docker-library/mysql#778
The version that the project is using specifically doesn't work with m1 throwing
However, using the latest image seems to work. Maybe we can pin the latest version (8.x) instead of 5.7 here?
The text was updated successfully, but these errors were encountered: