odoo / docker

Other
932 stars 1.52k forks source link

pull image failed on Apple M1 Pro #396

Open glovebx opened 2 years ago

glovebx commented 2 years ago

execute command on Apple M1 Pro: docker pull odoo

output error message: Using default tag: latest latest: Pulling from library/odoo no matching manifest for linux/arm64/v8 in the manifest list entries

floflock commented 2 years ago

There is an open issue related to M1/arm64: https://github.com/odoo/docker/issues/349

The-macharia commented 2 years ago

when pulling this image add the param --platform=linux/amd64

floflock commented 2 years ago

@The-macharia linux/amd64 is not linux/arm64 and the linux/arm64 image is not available yet.

The-macharia commented 2 years ago

Yes, that's true. But I can successfully run the Odoo image on docker with mac M1, by explicitly specifying the platform.