docker icon indicating copy to clipboard operation
docker copied to clipboard

pull image failed on Apple M1 Pro

Open glovebx opened this issue 3 years ago • 4 comments

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

glovebx avatar Nov 14 '21 16:11 glovebx

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

floflock avatar Nov 15 '21 13:11 floflock

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

The-macharia avatar Mar 28 '22 07:03 The-macharia

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

floflock avatar Mar 28 '22 07:03 floflock

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

The-macharia avatar Mar 29 '22 11:03 The-macharia