humanmade / altis-local-server

Local Server module for Altis
https://www.altis-dxp.com/resources/docs/local-server/
17 stars 4 forks source link

Support ARM64 architectures (Apple Silicon) for Docker containers #347

Closed rmccue closed 3 years ago

rmccue commented 3 years ago

Part of humanmade/product-dev#596.

The work is mostly complete in the existing PR here, with some suggestions remaining.

roborourke commented 3 years ago

Fixed in #343 - nice one @ntwb and @joehoyle!

joehoyle commented 3 years ago

@roborourke i think we might need to test compat with the previous MySQL container, as we i think keep the same docker volume, I wasn't sure if the new container can use the data volume all fine from the previous MySQL data. Im not 100%, I ran into a permissions thing but might have been from trying MySQL v8.

Basically: Install a site in Altis 8, and test upgrade to 9

roborourke commented 3 years ago

@joehoyle we'll be testing the upgrade process as part of testing the beta release. This update isn't using MySQL 8 though, rather the biarms/mysql build of 5.7 which has multiarch images.