Closed bensheldon closed 1 year ago
There is (still) not yet a
mysql:8.0-debian
image compatible with linux/arm64/v8
The official Oracle images are on Oracles container registry, see https://lefred.be/content/where-to-find-official-mysql-container-images/. So maybe that should be used? There are aarch64 images available there.
There is (still) not yet a
mysql:8.0-debian
image compatible with linux/arm64/v8, which preventsdocker-compose.yml
from building on Apple Silicon / M1, etc. processors.This PR sets an explicit platform so that Docker will use the x86_64 image with emulation.