Base image for serving Drupal 8 sites over FPM
100K+
Images built from this repository are used as bases for serving Drupal 8 websites. They differ from the Docker Hub's drupal image in two ways:
These images do not include a copy of the Drupal 8 sources. We expect users of this image to add Drupal via Composer in a build step (or via a bind-mount during local development).
These images include a small utility, f1-ext-install, to simplify the task of installing common extensions. Here are some examples:
# Install the core SOAP extension
f1-ext-install builtin:soap
# Install memcached from PECL
f1-ext-install pecl:memcached
Currently supported by PHP:
7.4, 7.4-xdebug7.3, 7.3-xdebug7.2, 7.2-xdebugEnd of live (only for legacy projects):
7.1, 7.1-xdebug7.0, 7.0-xdebug5.6, 5.6-xdebugImages tagged with -xdebug contain XDebug installed but disabled; at runtime use docker-php-ext-enable xdebug to enable.
The tags 7, 7-debug, 5, and 5-debug are available for quick testing when a specific version isn't needed.
This repository is built from forumone/docker-drupal8 on GitHub.
Content type
Image
Digest
sha256:bb304f658…
Size
31.5 MB
Last updated
over 3 years ago
docker pull forumone/drupal8