#60822 closed defect (bug) (fixed)
Fix Docker environment for ARM devices in WP <= 6.3
Reported by: | desrosj | Owned by: | desrosj |
---|---|---|---|
Milestone: | 6.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | has-patch |
Focuses: | Cc: |
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.
Change History (27)
This ticket was mentioned in PR #5843 on WordPress/wordpress-develop by @desrosj.
9 months ago
#1
#2
@
6 months ago
- Owner set to desrosj
- Resolution set to fixed
- Status changed from new to closed
In 58300:
#3
@
6 months ago
- Resolution fixed deleted
- Status changed from closed to reopened
Reopening for backports.
Trac ticket: https://core.trac.wordpress.org/ticket/60822