https://github.com/wodby/drupal
Vanilla Drupal docker container image
https://github.com/wodby/drupal
alpine docker drupal php
Last synced: 9 months ago
JSON representation
Vanilla Drupal docker container image
- Host: GitHub
- URL: https://github.com/wodby/drupal
- Owner: wodby
- License: mit
- Created: 2017-01-20T14:24:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-06-30T09:03:32.000Z (9 months ago)
- Last Synced: 2025-07-03T12:58:53.914Z (9 months ago)
- Topics: alpine, docker, drupal, php
- Language: Makefile
- Homepage: https://wodby.com/stacks/drupal
- Size: 882 KB
- Stars: 19
- Watchers: 3
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Vanilla Drupal Docker Container Image
[](https://github.com/wodby/drupal/actions)
[](https://hub.docker.com/r/wodby/drupal)
[](https://hub.docker.com/r/wodby/drupal)
## Docker Images
❗For better reliability we release images with stability tags (`wodby/drupal:10-X.X.X`) which correspond
to [git tags](https://github.com/wodby/drupal/releases). We strongly recommend using images only with stability tags.
Overview:
- All images based on Alpine Linux
- Base image: [wodby/drupal-php](https://github.com/wodby/drupal-php)
- [GitHub actions builds](https://github.com/wodby/drupal/actions)
- [Docker Hub](https://hub.docker.com/r/wodby/drupal)
| Supported tags and respective `Dockerfile` links | Drupal | PHP |
|--------------------------------------------------------------------------------------------------------------|--------|-----|
| `11-8.4`, `11-8`, `11`, `latest` [_(Dockerfile)_](https://github.com/wodby/drupal/tree/master/11/Dockerfile) | 11 | 8.4 |
| `11-8.3` [_(Dockerfile)_](https://github.com/wodby/drupal/tree/master/11/Dockerfile) | 11 | 8.3 |
| `10-8.4`, `10-8`, `10` [_(Dockerfile)_](https://github.com/wodby/drupal/tree/master/10/Dockerfile) | 10 | 8.4 |
| `10-8.3` [_(Dockerfile)_](https://github.com/wodby/drupal/tree/master/10/Dockerfile) | 10 | 8.3 |
| `10-8.2` [_(Dockerfile)_](https://github.com/wodby/drupal/tree/master/10/Dockerfile) | 10 | 8.2 |
| `10-8.1` [_(Dockerfile)_](https://github.com/wodby/drupal/tree/master/10/Dockerfile) | 10 | 8.1 |
| `7-8.2`, `7-8`, `7` [_(Dockerfile)_](https://github.com/wodby/drupal/tree/master/7/Dockerfile) | 7 | 8.2 |
| `7-8.1` [_(Dockerfile)_](https://github.com/wodby/drupal/tree/master/7/Dockerfile) | 7 | 8.1 |
All images built for `linux/amd64` and `linux/arm64`
## Environment Variables
##### settings.php variables
| 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](https://github.com/wodby/drupal-php) for all variables.
## Orchestration Actions
See [wodby/drupal-php](https://github.com/wodby/drupal-php) for all actions.
## Complete Drupal Stack
See [wodby/docker4drupal](https://github.com/wodby/docker4drupal)