Skip to content

Commit

Permalink
Update mariadb versions
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Sep 13, 2024
1 parent fd40e0e commit 015a1c1
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 29 deletions.
5 changes: 1 addition & 4 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,10 @@ NODE_TAG=20-dev-1.39.0

### --- MARIADB ----

MARIADB_TAG=11.2-3.29.0
#MARIADB_TAG=11.1-3.29.0
#MARIADB_TAG=11.0-3.29.0
MARIADB_TAG=11.4-3.29.0
#MARIADB_TAG=10.11-3.29.0
#MARIADB_TAG=10.6-3.29.0
#MARIADB_TAG=10.5-3.29.0
#MARIADB_TAG=10.4-3.29.0

### --- POSTGRESQL ----

Expand Down
48 changes: 24 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,30 @@ Docker4PHP is a set of docker images optimized for PHP. Use `compose.yml` file f

The PHP stack consist of the following containers:

| Container | Versions | Image | ARM64 support | Enabled by default |
|-----------------|-----------------------------|-------------------------|---------------|--------------------|
| [Nginx] | 1.27, 1.26 | [wodby/nginx] |||
| [Apache] | 2.4 | [wodby/apache] || |
| [PHP] | 8.3, 8.2, 8.1 | [wodby/php] |||
| Crond | | [wodby/php] || |
| [MariaDB] | 11, 10.11, 10.6, 10.5, 10.4 | [wodby/mariadb] |||
| [PostgreSQL] | 16, 15, 14, 13, 12 | [wodby/postgres] || |
| [Valkey] | 7 | [wodby/valkey] || |
| [Memcached] | 1 | [wodby/memcached] | | |
| [Node.js] | 20, 18 | [wodby/node] || |
| [Varnish] | 6.0 | [wodby/varnish] || |
| [Solr] | 8 | [wodby/solr] || |
| [Elasticsearch] | 7 | [wodby/elasticsearch] | | |
| [Kibana] | 7 | [wodby/kibana] | | |
| [OpenSMTPD] | 7 | [wodby/opensmtpd] || |
| Mailpit | latest | [axllent/mailpit] |||
| Gotenberg | latest | [gotenberg/gotenberg] || |
| [Rsyslog] | latest | [wodby/rsyslog] | | |
| [Webgrind] | 1 | [wodby/webgrind] || |
| [Xhprof viewer] | latest | [wodby/xhprof] || |
| Adminer | 4.6 | [wodby/adminer] || |
| phpMyAdmin | latest | [phpmyadmin/phpmyadmin] | | |
| Traefik | latest | [_/traefik] |||
| Container | Versions | Image | ARM64 support | Enabled by default |
|-----------------|-------------------------|-------------------------|---------------|--------------------|
| [Nginx] | 1.27, 1.26 | [wodby/nginx] |||
| [Apache] | 2.4 | [wodby/apache] || |
| [PHP] | 8.3, 8.2, 8.1 | [wodby/php] |||
| Crond | | [wodby/php] || |
| [MariaDB] | 11.4, 10.11, 10.6, 10.5 | [wodby/mariadb] |||
| [PostgreSQL] | 16, 15, 14, 13, 12 | [wodby/postgres] || |
| [Valkey] | 7 | [wodby/valkey] || |
| [Memcached] | 1 | [wodby/memcached] | | |
| [Node.js] | 20, 18 | [wodby/node] || |
| [Varnish] | 6.0 | [wodby/varnish] || |
| [Solr] | 8 | [wodby/solr] || |
| [Elasticsearch] | 7 | [wodby/elasticsearch] | | |
| [Kibana] | 7 | [wodby/kibana] | | |
| [OpenSMTPD] | 7 | [wodby/opensmtpd] || |
| Mailpit | latest | [axllent/mailpit] |||
| Gotenberg | latest | [gotenberg/gotenberg] || |
| [Rsyslog] | latest | [wodby/rsyslog] | | |
| [Webgrind] | 1 | [wodby/webgrind] || |
| [Xhprof viewer] | latest | [wodby/xhprof] || |
| Adminer | 4.6 | [wodby/adminer] || |
| phpMyAdmin | latest | [phpmyadmin/phpmyadmin] | | |
| Traefik | latest | [_/traefik] |||
## Documentation

Expand Down
2 changes: 1 addition & 1 deletion tests/.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DB_ROOT_PASSWORD=password
DB_HOST=mariadb
DB_DRIVER=mysql

MARIADB_TAG=11.0-3.29.0
MARIADB_TAG=11.4-3.29.0
NGINX_TAG=1.27-5.39.3

PHP_STABILITY_TAG=4.52.6

0 comments on commit 015a1c1

Please sign in to comment.