Looks like mysql:5.7 container doesn't work with arm processors (m1 mac).
[+] Running 0/1
⠸ mysql Pulling 1.3s
no matching manifest for linux/arm64/v8 in the manifest list entries
Replacing image: mysql:5.7 with image: mariadb:10.10 seems to correct the issue. I am able to exec into the cluster and run a simple job. I have not done much testing beyond that.
I'd hate to fork this repo just for that small change. Any chance someone would be willing to take a look?
Looks like mysql:5.7 container doesn't work with arm processors (m1 mac).
Replacing
image: mysql:5.7
withimage: mariadb:10.10
seems to correct the issue. I am able to exec into the cluster and run a simple job. I have not done much testing beyond that.I'd hate to fork this repo just for that small change. Any chance someone would be willing to take a look?