Skip to content

wodby/drupal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 6, 2025
c4236fc · Mar 6, 2025
Mar 6, 2025
Mar 6, 2025
Mar 6, 2025
Dec 5, 2024
Feb 26, 2025
Feb 22, 2017
Aug 29, 2018
Nov 23, 2024

Repository files navigation

Vanilla Drupal Docker Container Image

Build Status Docker Pulls Docker Stars

Docker Images

❗For better reliability we release images with stability tags (wodby/drupal:10-X.X.X) which correspond to git tags. We strongly recommend using images only with stability tags.

Overview:

Supported tags and respective Dockerfile links Drupal PHP
11-8.4, 11-8, 11, latest (Dockerfile) 11 8.4
11-8.3 (Dockerfile) 11 8.3
10-8.4, 10-8, 10 (Dockerfile) 10 8.4
10-8.3 (Dockerfile) 10 8.3
10-8.2 (Dockerfile) 10 8.2
10-8.1 (Dockerfile) 10 8.1
7-8.2, 7-8, 7 (Dockerfile) 7 8.2
7-8.1 (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 for all variables.

Orchestration Actions

See wodby/drupal-php for all actions.

Complete Drupal Stack

See wodby/docker4drupal