[wp-trac] [WordPress Trac] #59930: Problems pulling relevant MySQL Docker container

WordPress Trac noreply at wordpress.org
Thu Feb 8 19:10:25 UTC 2024


#59930: Problems pulling relevant MySQL Docker container
-------------------------------------+----------------------
 Reporter:  desrosj                  |       Owner:  desrosj
     Type:  defect (bug)             |      Status:  closed
 Priority:  normal                   |   Milestone:  6.5
Component:  Build/Test Tools         |     Version:
 Severity:  normal                   |  Resolution:  fixed
 Keywords:  has-patch needs-testing  |     Focuses:
-------------------------------------+----------------------
Changes (by desrosj):

 * owner:  (none) => desrosj
 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"57568" 57568]:
 {{{
 #!CommitTicketReference repository="" revision="57568"
 Build/Test Tools: Fix bug pulling local environment containers on Apple
 silicone.

 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.

 This changeset removes the `amd64/` prefix for the image used as the
 database container and raises the default version of MySQL in the local
 development environment to the current LTS version (8.0). Because this
 version is still maintained, there are `arm64` containers available to
 use.

 This also documents a new workaround for contributors looking to run the
 local Docker environment using MySQL 5.7 or earlier, which entails
 creating a small `docker-compose.override.yml`.

 Props bernhard-reiter, johnbillion, afragen, huzaifaalmesbah.
 Fixes #59930.
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/59930#comment:23>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list