Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #59930, comment 6


Ignore:
Timestamp:
11/29/2023 01:51:47 PM (2 years ago)
Author:
Bernhard Reiter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59930, comment 6

    initial v1  
    11BTW it seems like the reason that we need the `amd64` image for MySQL is that [https://hub.docker.com/r/arm64v8/mysql/ there is no `arm64` image for MySQL v5.7] (which is our default).
    22
    3 Should we consider changing that default version to 8.x (for which there are `arm64` images)? The patch I just uploaded works for me.
     3Should we consider changing that default version to 8.x (for which there are `arm64` images)? The patch I just uploaded works for me. (Don't forget to run `npm run env:reset` before trying it out!)