Skip to content

Commit

Permalink
Drop mariadb 10.10, 10.9 (eol), drop nginx 1.23 (eol)
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Nov 15, 2023
1 parent 6dba013 commit 542ce46
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 27 deletions.
3 changes: 0 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ FS_METHOD=direct

MARIADB_TAG=10.11-3.26.5
#MARIADB_TAG=11.0-3.26.5
#MARIADB_TAG=10.10-3.26.5
#MARIADB_TAG=10.9-3.26.5
#MARIADB_TAG=10.6-3.26.5
#MARIADB_TAG=10.5-3.26.5
#MARIADB_TAG=10.4-3.26.5
Expand All @@ -61,7 +59,6 @@ PHP_TAG=8.2-dev-4.48.7

NGINX_TAG=1.25-5.33.6
#NGINX_TAG=1.24-5.33.6
#NGINX_TAG=1.23-5.33.6

### --- REDIS ---

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 @@ Docker4WordPress is a set of docker images optimized for WordPress. Use docker-c

The WordPress stack consist of the following containers:

| Container | Versions | Image | ARM64 support | Enabled by default |
|-----------------|------------------|------------------------------------|---------------|--------------------|
| [Nginx] | 1.25, 1.24, 1.23 | [wodby/nginx] |||
| [Apache] | 2.4 | [wodby/apache] || |
| [WordPress] | 6 | [wodby/wordpress] |||
| [PHP] | 8.2, 8.1, 8.0 | [wodby/wordpress-php] || |
| Crond | | [wodby/wordpress-php] |||
| [MariaDB] | 11, 10.11-10.4 | [wodby/mariadb] |||
| [Redis] | 7, 6, 5 | [wodby/redis] || |
| [Memcached] | 1 | [wodby/memcached] | | |
| [Varnish] | 6.0 | [wodby/varnish] | | |
| [Node.js] | 20, 18 | [wodby/node] | | |
| [Solr] | 8, 7, 6, 5 | [wodby/solr] | | |
| [Elasticsearch] | 7 | [wodby/elasticsearch] | | |
| [Kibana] | 7 | [wodby/kibana] | | |
| [AthenaPDF] | 2.16.0 | [arachnysdocker/athenapdf-service] | | |
| [Mailhog] | latest | [mailhog/mailhog] | ||
| [OpenSMTPD] | 6.0 | [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.25, 1.24 | [wodby/nginx] |||
| [Apache] | 2.4 | [wodby/apache] || |
| [WordPress] | 6 | [wodby/wordpress] |||
| [PHP] | 8.2, 8.1, 8.0 | [wodby/wordpress-php] || |
| Crond | | [wodby/wordpress-php] |||
| [MariaDB] | 11.0, 10.11, 10.6, 10.5, 10.4 | [wodby/mariadb] |||
| [Redis] | 7, 6 | [wodby/redis] || |
| [Memcached] | 1 | [wodby/memcached] | | |
| [Varnish] | 6.0 | [wodby/varnish] | | |
| [Node.js] | 20, 18 | [wodby/node] | | |
| [Solr] | 8, 7, 6, 5 | [wodby/solr] | | |
| [Elasticsearch] | 7 | [wodby/elasticsearch] | | |
| [Kibana] | 7 | [wodby/kibana] | | |
| [AthenaPDF] | 2.16.0 | [arachnysdocker/athenapdf-service] | | |
| [Mailhog] | latest | [mailhog/mailhog] | ||
| [OpenSMTPD] | 6.0 | [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

0 comments on commit 542ce46

Please sign in to comment.