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 16d90ef commit 6041be8
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 28 deletions.
4 changes: 1 addition & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,10 @@ FS_METHOD=direct

### --- MARIADB ----

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

### --- VANILLA WORDPRESS ----

Expand Down
48 changes: 24 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,30 @@ up a local environment for WordPress on Linux, macOS and Windows.

The WordPress 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] || |
| [WordPress] | 6 | [wodby/wordpress] |||
| [PHP] | 8.3, 8.2, 8.1 | [wodby/wordpress-php] || |
| Crond | | [wodby/wordpress-php] |||
| [MariaDB] | 11, 10.11, 10.6, 10.5, 10.4 | [wodby/mariadb] |||
| [Valkey] | 7 | [wodby/valkey] || |
| [Memcached] | 1 | [wodby/memcached] | | |
| [Varnish] | 6.0 | [wodby/varnish] || |
| [Node.js] | 20, 18 | [wodby/node] || |
| [Solr] | 8 | [wodby/solr] | | |
| [Elasticsearch] | 7 | [wodby/elasticsearch] | | |
| [Kibana] | 7 | [wodby/kibana] | | |
| Gotenberg | latest | [gotenberg/gotenberg] || |
| Mailpit | latest | [axllent/mailpit] |||
| [OpenSMTPD] | 7 | [wodby/opensmtpd] || |
| [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] || |
| [WordPress] | 6 | [wodby/wordpress] |||
| [PHP] | 8.3, 8.2, 8.1 | [wodby/wordpress-php] || |
| Crond | | [wodby/wordpress-php] |||
| [MariaDB] | 11.4, 10.6, 10.5, 10.4 | [wodby/mariadb] |||
| [Valkey] | 7 | [wodby/valkey] || |
| [Memcached] | 1 | [wodby/memcached] | | |
| [Varnish] | 6.0 | [wodby/varnish] || |
| [Node.js] | 20, 18 | [wodby/node] || |
| [Solr] | 8 | [wodby/solr] | | |
| [Elasticsearch] | 7 | [wodby/elasticsearch] | | |
| [Kibana] | 7 | [wodby/kibana] | | |
| Gotenberg | latest | [gotenberg/gotenberg] || |
| Mailpit | latest | [axllent/mailpit] |||
| [OpenSMTPD] | 7 | [wodby/opensmtpd] || |
| [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 @@ -6,7 +6,7 @@ DB_PASSWORD=wordpress
DB_ROOT_PASSWORD=password
DB_HOST=mariadb

MARIADB_TAG=10.11-3.29.0
MARIADB_TAG=11.4-3.29.0
NGINX_TAG=1.27-5.39.3
VALKEY_TAG=7-0.2.0
VARNISH_TAG=6.0-4.18.2
Expand Down

0 comments on commit 6041be8

Please sign in to comment.