Skip to content

Commit b7b8b10

Browse files
committed
Add php82-es84-mysql80 variant
1 parent e7f8023 commit b7b8b10

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ See [all tags](https://github.com/mageops/docker-magento-run-tests/pkgs/containe
4545
| **php81-es7-mariadb108** | _php81-es7-mariadb108-stable_ | 8.1.X | MariaDB 10.8 | 7.17.3 | 2 |
4646
| **php81-es7-mariadb1010** | _php81-es7-mariadb1010-stable_ | 8.1.X | MariaDB 10.10 | 7.17.3 | 2 |
4747
| **php81-es7-mysql80** | _php81-es7-mysql80-stable_ | 8.1.X | Mysql 8.0 | 7.17.3 | 2 |
48+
| **php82-es84-mysql80** | _php82-es84-mysql80-stable_ | 8.2.X | Mysql 8.0 | 8.4.3 | 2 |
4849

4950
_Note: The `exec` mount opt on `/tmp` is needed for elasticsearch because it maps mem to temp files._
5051
_The image is big and there's not really a way around it since it has a lot of software and is based on CentOS (which we use for local dev / production deployments, so we want to keep everything else close)._

hooks/variants

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ IMAGE_VARIANTS=(
3434
'VARIANT_NAME="php81-es7-mariadb108" ; PHP_VERSION="8.1" ; ELASTICSEARCH_VERSION="7.17.3-x86_64" ; MARIADB_VERSION="10.8" ; COMPOSER_VERSION=2'
3535
'VARIANT_NAME="php81-es7-mariadb1010" ; PHP_VERSION="8.1" ; ELASTICSEARCH_VERSION="7.17.3-x86_64" ; MARIADB_VERSION="10.10" ; COMPOSER_VERSION=2'
3636
'VARIANT_NAME="php81-es7-mysql80" ; PHP_VERSION="8.1" ; ELASTICSEARCH_VERSION="7.17.3-x86_64" ; MYSQL_VERSION="8.0" ; COMPOSER_VERSION=2 ; MYSQL_FLAVOR=mysql'
37+
'VARIANT_NAME="php82-es84-mysql80" ; PHP_VERSION="8.2" ; ELASTICSEARCH_VERSION="8.4.3-x86_64" ; MYSQL_VERSION="8.0" ; COMPOSER_VERSION=2 ; MYSQL_FLAVOR=mysql'
3738
)
3839

3940
function generate_table() {

0 commit comments

Comments
 (0)