Closed sofiadimant closed 1 year ago
When working with mac with m1 chip, and performing "docker-compose pull" command, an error "no matching manifest for linux/arm64/v8 in the manifest list entries" appears
Work on macbook m1 chip
No errors appear
The following error appears: no matching manifest for linux/arm64/v8 in the manifest list entries
latest version
macbook with m1 chip
upon adding: "platform: linux/amd64" to docker-compose.yaml to the services the problem resolved.
Sounds like this works when adding the necessary metadata. I'm going to close this, please comment and reopen if it's still an issue.
Summary
When working with mac with m1 chip, and performing "docker-compose pull" command, an error "no matching manifest for linux/arm64/v8 in the manifest list entries" appears
Steps to Reproduce
Work on macbook m1 chip
Expected Results
No errors appear
Actual Results
The following error appears: no matching manifest for linux/arm64/v8 in the manifest list entries
Reproducible
Version/Tag number
latest version
Environment setup
macbook with m1 chip
Additional Information
upon adding: "platform: linux/amd64" to docker-compose.yaml to the services the problem resolved.