❗For better reliability we release images with stability tags (wodby/drupal:9-X.X.X
) which correspond to git tags. We strongly recommend using images only with stability tags.
Overview:
- All images based on Alpine Linux
- Base image: wodby/drupal-php
- GitHub actions builds
- Docker Hub
Supported tags and respective Dockerfile links |
Drupal | PHP |
---|---|---|
9-8.1 , 9-8 , 9 , latest (Dockerfile) |
9 | 8.1 |
9-8.0 (Dockerfile) |
9 | 8.0 |
9-7.4 , 9-7 (Dockerfile) |
9 | 7.4 |
7-8.0 , 7-8 , 7 (Dockerfile) |
7 | 8.0 |
7-7.4 , 7-7 (Dockerfile) |
7 | 7.4 |
All images built for linux/amd64
and linux/arm64
Variable | Default Value |
---|---|
DB_HOST |
mariadb |
DB_NAME |
drupal |
DB_USER |
drupal |
DB_PASSWORD |
drupal |
DB_DRIVER |
mysql |
DB_PREFIX |
|
DRUPAL_TRUSTED_HOST_PATTERNS |
'\\.localhost$', '\\.local$', '\\.loc$' |
See wodby/drupal-php for all variables.
See wodby/drupal-php for all actions.