Skip to content
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

Provide explicit docker-compose platform for Apple Silicon #123

Merged
merged 1 commit into from
Sep 18, 2023

Conversation

bensheldon
Copy link
Contributor

There is (still) not yet a mysql:8.0-debian image compatible with linux/arm64/v8, which prevents docker-compose.yml from building on Apple Silicon / M1, etc. processors.

no matching manifest for linux/arm64/v8 in the manifest list entries

This PR sets an explicit platform so that Docker will use the x86_64 image with emulation.

@jhawthorn jhawthorn merged commit dbd1130 into main Sep 18, 2023
12 checks passed
@jhawthorn jhawthorn deleted the apple-silicon branch September 18, 2023 20:39
@dbussink
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants