#60822 closed defect (bug) (fixed)
Fix Docker environment for ARM devices in WP <= 6.3
| Reported by: | desrosj | Owned by: | desrosj |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.6 |
| Component: | Build/Test Tools | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
Follow up to #59930.
The MySQL Docker containers for versions 5.7 and below do not support recent Apple silicone chips. Previously this was fixed by including amd64/ as a prefix to the image name in the docker-compose.yml file (see [54096]). However, this stopped working after recent updates to Docker Desktop.
In trunk and 6.4/6.5 branches, [57568] fixed the issue by bumping the default version of MySQL to 8.0 and removed the amd64/ prefix. Since raising that default version is not a good solution for older branches, a different one needs to be committed to 6.3 and backported.
A PR on GitHub is open with the proposed fix for the older branches.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Trac ticket: https://core.trac.wordpress.org/ticket/60822