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 9eec046 commit 5a4f21e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 23 deletions.
4 changes: 1 addition & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,10 @@ POSTGRES_TAG=16-1.34.3

#DB_ROOT_PASSWORD=password

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

### --- VALKEY ---

Expand Down
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,26 @@ Docker4Ruby is a set of docker images optimized for Ruby applications (suitable

The Ruby stack consist of the following containers:

| Container | Versions | Image | ARM64 support | Enabled by default |
|-----------------|-----------------------------|-----------------------|---------------|--------------------|
| [Nginx] | 1.27, 1.26 | [wodby/nginx] |||
| [Ruby] | 3.3, 3.2, 3.1 | [wodby/ruby] |||
| [Sidekiq] | | [wodby/ruby] || |
| [PostgreSQL] | 16, 15, 14, 13, 12 | [wodby/postgres] |||
| [Valkey] | 7 | [wodby/valkey] |||
| [MariaDB] | 11, 10.11, 10.6, 10.5, 10.4 | [wodby/mariadb] || |
| [Node.js] | 20, 18 | [wodby/node] || |
| [Varnish] | 6.0 | [wodby/varnish] || |
| [Solr] | 8 | [wodby/solr] | | |
| [Elasticsearch] | 7 | [wodby/elasticsearch] | | |
| [Kibana] | 7 | [wodby/kibana] | | |
| [Memcached] | 1 | [wodby/memcached] | | |
| [Rsyslog] | latest | [wodby/rsyslog] | | |
| Gotenberg | latest | [gotenberg/gotenberg] || |
| Mailpit | latest | [axllent/mailpit] |||
| [OpenSMTPD] | 6.0 | [wodby/opensmtpd] || |
| Adminer | 4.6 | [wodby/adminer] || |
| Traefik | latest | [_/traefik] |||
| Container | Versions | Image | ARM64 support | Enabled by default |
|-----------------|-------------------------|-----------------------|---------------|--------------------|
| [Nginx] | 1.27, 1.26 | [wodby/nginx] |||
| [Ruby] | 3.3, 3.2, 3.1 | [wodby/ruby] |||
| [Sidekiq] | | [wodby/ruby] || |
| [PostgreSQL] | 16, 15, 14, 13, 12 | [wodby/postgres] |||
| [Valkey] | 7 | [wodby/valkey] |||
| [MariaDB] | 11.4, 10.11, 10.6, 10.5 | [wodby/mariadb] || |
| [Node.js] | 20, 18 | [wodby/node] || |
| [Varnish] | 6.0 | [wodby/varnish] || |
| [Solr] | 8 | [wodby/solr] | | |
| [Elasticsearch] | 7 | [wodby/elasticsearch] | | |
| [Kibana] | 7 | [wodby/kibana] | | |
| [Memcached] | 1 | [wodby/memcached] | | |
| [Rsyslog] | latest | [wodby/rsyslog] | | |
| Gotenberg | latest | [gotenberg/gotenberg] || |
| Mailpit | latest | [axllent/mailpit] |||
| [OpenSMTPD] | 6.0 | [wodby/opensmtpd] || |
| Adminer | 4.6 | [wodby/adminer] || |
| Traefik | latest | [_/traefik] |||
## Documentation
Expand Down

0 comments on commit 5a4f21e

Please sign in to comment.