!!! For better reliability we release images with stability tags (wodby/drupal:8-7.1-X.X.X) which correspond to git tags. We STRONGLY RECOMMEND using images only with stability tags.
Overview:
- All images are based on Alpine Linux
- Base image: wodby/drupal-php
- Travis CI builds
- Docker Hub
Supported tags and respective Dockerfile links |
Drupal | PHP |
|---|---|---|
8, 8-7.1, latest (Dockerfile) |
8 | 7.1 |
8-7.0 (Dockerfile) |
8 | 7.0 |
7, 7-7.1 (Dockerfile) |
7 | 7.1 |
7-7.0 (Dockerfile) |
7 | 7.0 |
7-5.6 (Dockerfile) |
7 | 5.6 |
6, 6-5.6 (Dockerfile) |
6 | 5.6 |
6-5.3 (Dockerfile) |
6 | 5.3 |
The 5.3 version is no longer supported by PHP team, we highly encourage switching to 5.6
| Variable | Default Value |
|---|---|
DB_HOST |
mariadb |
DB_NAME |
drupal |
DB_USER |
drupal |
DB_PASSWORD |
drupal |
DB_DRIVER |
mysql |
DRUPAL_TRUSTED_HOST_PATTERNS |
'\\.localhost$', '\\.local$', '\\.loc$' |
See wodby/drupal-php for all variables.
See wodby/drupal-php for all actions.