#56528 closed task (blessed) (fixed)
Always use the amd64 images for MariaDB and MySQL
Reported by: | johnbillion | Owned by: | johnbillion |
---|---|---|---|
Milestone: | 6.1 | Priority: | normal |
Severity: | normal | Version: | 6.0 |
Component: | Build/Test Tools | Keywords: | has-patch |
Focuses: | Cc: |
Description
Usage of the amd64/mysql
and amd64/mariadb
official images from Docker was introduced in #52356 as they are compatible with an x64 container running on a host machine using ARM64 architecture (ie. Apple M1 machines).
However they're also compatible with an x64 host machine which should mean they can be used by default instead of only when the host uses ARM64. This allows some image juggling to be removed.
Change History (21)
This ticket was mentioned in PR #2700 on WordPress/wordpress-develop by johnbillion.
2 years ago
#1
- Keywords has-patch added
#2
@
2 years ago
- Owner set to johnbillion
- Resolution set to fixed
- Status changed from new to closed
In 54096:
johnbillion commented on PR #2700:
2 years ago
#3
Note: See
TracTickets for help on using
tickets.
Trac ticket: https://core.trac.wordpress.org/ticket/56528
Usage of the
amd64/mysql
andamd64/mariadb
official images from Docker was introduced in https://core.trac.wordpress.org/ticket/52356 as they are compatible with an x64 container running on a host machine using ARM64 architecture (ie. Apple M1 machines).However they're also compatible with an x64 host machine which should mean they can be used by default instead of only when the host uses ARM64. This allows some image juggling to be removed.
## Testing if you have an existing environment
trunk
) runnpm run env:stop
npm run env:start
npm run test:php
## Testing from scratch
npm run test:php
## Todo: