[wp-trac] [WordPress Trac] #60822: Fix Docker environment for ARM devices in WP <= 6.3

WordPress Trac noreply at wordpress.org
Thu Mar 21 19:28:06 UTC 2024


#60822: Fix Docker environment for ARM devices in WP <= 6.3
------------------------------+-----------------------
 Reporter:  desrosj           |      Owner:  (none)
     Type:  defect (bug)      |     Status:  new
 Priority:  normal            |  Milestone:  6.6
Component:  Build/Test Tools  |    Version:
 Severity:  normal            |   Keywords:  has-patch
  Focuses:                    |
------------------------------+-----------------------
 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 [https://github.com/WordPress/wordpress-develop/pull/5843 PR on GitHub
 is open with the proposed fix for the older branches].

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/60822>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list