mozilla / addons

☂ Umbrella repository for Mozilla Addons ✨
Other
125 stars 41 forks source link

Provide arm64 docker images #2183

Open wagnerand opened 1 year ago

wagnerand commented 1 year ago

On Macs using the Apple Silicon arm-based architecture, Docker raises warnings for several containers about performance impact.

Can we provide arm64 images for Apple Silicon users?

┆Issue is synchronized with this Jira Task

diox commented 1 year ago

Worth noting: we're talking about the image used by addons-server through docker-compose. Which is not addons/addons-frontend - that image hasn't been updated in years, I'm not sure anyone is using it. Instead, that's mozilla/addons-frontend, which is our production image for addons-frontend.

diox commented 1 year ago

See also https://github.com/mozilla/addons/issues/1919 - addons-server docker compose now specifies the platform so together with Rosetta setting on Mac this is less of an issue.

KevinMind commented 4 months ago

Old Jira Ticket: https://mozilla-hub.atlassian.net/browse/ADDFRNT-203