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 01aa6d1 commit 0f5feb6
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 39 deletions.
8 changes: 2 additions & 6 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,10 @@ DB_DRIVER=mysql

### --- MARIADB ----

MARIADB_TAG=10.11-3.29.0
#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

### --- VANILLA DRUPAL ----

Expand Down Expand Up @@ -103,7 +100,6 @@ POSTGRES_TAG=16-1.34.3

ADMINER_TAG=4-3.26.0
APACHE_TAG=2.4-4.14.5
DRUPAL_NODE_TAG=1.0-2.0.0
MEMCACHED_TAG=1-2.17.6
OPENSMTPD_TAG=7-1.22.3
RSYSLOG_TAG=latest
Expand Down
57 changes: 27 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,34 +15,33 @@ Docker4Drupal is a set of docker images optimized for Drupal. Use `compose.yml`

The Drupal 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] || |
| [Drupal] | 11, 10, 7 | [wodby/drupal] |||
| [PHP] | 8.3, 8.2, 8.1 | [wodby/drupal-php] || |
| Crond | | [wodby/drupal-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] | | |
| [Varnish] | 6.0 | [wodby/varnish] || |
| [Node.js] | 20, 18 | [wodby/node] | | |
| [Drupal node] | 1.0 | [wodby/drupal-node] | | |
| [Solr] | 8, 7, 6, 5 | [wodby/solr] | | |
| Zookeeper | 3.8 | [zookeeper] || |
| [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] | | |
| Selenium chrome | 3.141 | [selenium/standalone-chrome] | | |
| Traefik | latest | [_/traefik] |||
| Container | Versions | Image | ARM64 support | Enabled by default |
|-----------------|-------------------------|------------------------------|---------------|--------------------|
| [Nginx] | 1.27, 1.26 | [wodby/nginx] |||
| [Apache] | 2.4 | [wodby/apache] || |
| [Drupal] | 11, 10, 7 | [wodby/drupal] |||
| [PHP] | 8.3, 8.2, 8.1 | [wodby/drupal-php] || |
| Crond | | [wodby/drupal-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] | | |
| [Varnish] | 6.0 | [wodby/varnish] || |
| [Node.js] | 22, 20, 18 | [wodby/node] | | |
| [Solr] | 8, 7, 6, 5 | [wodby/solr] | | |
| Zookeeper | 3.8 | [zookeeper] || |
| [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] | | |
| Selenium chrome | 3.141 | [selenium/standalone-chrome] | | |
| Traefik | latest | [_/traefik] |||

## Documentation

Expand Down Expand Up @@ -80,7 +79,6 @@ Docker4Drupal is a project designed to help you spin up local environment with D
This project is licensed under the MIT open source license.

[Apache]: https://wodby.com/docs/stacks/drupal/containers#apache
[Drupal node]: https://wodby.com/docs/stacks/drupal/containers#drupal-nodejs
[Drupal]: https://wodby.com/docs/stacks/drupal/containers#php
[Elasticsearch]: https://wodby.com/docs/stacks/elasticsearch
[Kibana]: https://wodby.com/docs/stacks/elasticsearch
Expand All @@ -106,7 +104,6 @@ This project is licensed under the MIT open source license.
[selenium/standalone-chrome]: https://hub.docker.com/r/selenium/standalone-chrome
[wodby/adminer]: https://hub.docker.com/r/wodby/adminer
[wodby/apache]: https://github.com/wodby/apache
[wodby/drupal-node]: https://github.com/wodby/drupal-node
[wodby/drupal-php]: https://github.com/wodby/drupal-php
[wodby/drupal]: https://github.com/wodby/drupal
[wodby/elasticsearch]: https://github.com/wodby/elasticsearch
Expand Down
2 changes: 1 addition & 1 deletion tests/10/.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=10.11-3.29.0
MARIADB_TAG=11.4-3.29.0
VALKEY_TAG=7-0.2.0
VARNISH_TAG=6.0-4.18.2
SOLR_TAG=8-4.18.2
Expand Down
2 changes: 1 addition & 1 deletion tests/11/.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=10.11-3.29.0
MARIADB_TAG=11.4-3.29.0
VALKEY_TAG=7-0.2.0
VARNISH_TAG=6.0-4.18.2
SOLR_TAG=8-4.18.2
Expand Down
2 changes: 1 addition & 1 deletion tests/7/.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=10.11-3.29.0
MARIADB_TAG=11.4-3.29.0
VALKEY_TAG=7-0.2.0
VARNISH_TAG=6.0-4.18.2
SOLR_TAG=7-4.15.0
Expand Down

0 comments on commit 0f5feb6

Please sign in to comment.