Sign inSign up

forumone/drupal8

By forumone

Updated over 3 years ago

Base image for serving Drupal 8 sites over FPM

Image
0

100K+

forumone/drupal8 repository overview

About this Image

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:

  1. 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).

  2. 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
    

PHP Versions and Tags

  • Currently supported by PHP:

    • 7.4, 7.4-xdebug
    • 7.3, 7.3-xdebug
    • 7.2, 7.2-xdebug
  • End of live (only for legacy projects):

    • 7.1, 7.1-xdebug
    • 7.0, 7.0-xdebug
    • 5.6, 5.6-xdebug

Images 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.

Source

This repository is built from forumone/docker-drupal8 on GitHub.

Tag summary

Content type

Image

Digest

sha256:bb304f658

Size

31.5 MB

Last updated

over 3 years ago

docker pull forumone/drupal8