Make WordPress Core

Changeset 54096 for trunk/.env


Ignore:
Timestamp:
09/07/2022 05:13:43 PM (2 years ago)
Author:
johnbillion
Message:

Build/Test Tools: Always use the amd64 images for MariaDB and MySQL on the local development environment.

The amd64/mysql and amd64/mariadb official images from Docker are also compatible with an x64 host machine which means they can be used by default instead of only when the host uses ARM64.

Props bernhard-reiter, czapla, gmovr, withinboredom

Fixes #56528

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.env

    r53552 r54096  
    4949# Defaults to 5.7 with the assumption that LOCAL_DB_TYPE is set to `mysql` above.
    5050#
    51 # When using `mysql`, see https://hub.docker.com/_/mysql/ for valid versions.
    52 # When using `mariadb`, see https://hub.docker.com/_/mariadb for valid versions.
     51# When using `mysql`, see https://hub.docker.com/r/amd64/mysql for valid versions.
     52# When using `mariadb`, see https://hub.docker.com/r/amd64/mariadb for valid versions.
    5353##
    5454LOCAL_DB_VERSION=5.7
Note: See TracChangeset for help on using the changeset viewer.