phpdocker-io/phpdocker.io

Mysql on Apple M1 chip Macs

PhilETaylor opened this issue · 2 comments

When enabling mysql on M1 Macs you get

[+] Running 0/1
 ⠙ mysql Pulling                                                           2.0s
no matching manifest for linux/arm64/v8 in the manifest list entries

because there is no M1 arm64 specific mysql official image.

Consider arm64v8/mysql:oracle https://hub.docker.com/r/arm64v8/mysql

https://github.com/docker-library/official-images#architectures-other-than-amd64

Marking issue as stale

Apologies I didn't come back to this earlier. Making a special case for mysql would defeat the goal of having as close as possible a runtime environment locally than you would while deployed. Since your message it looks like an arm64 version has been added to the image:

image