Sign inSign up

forumone/drupal8-cli

By forumone

Updated over 3 years ago

CLI-based images for interacting with Drupal 8 sites

Image
0

10K+

forumone/drupal8-cli repository overview

About this Image

Images built from this repository are used as bases for working with Drupal 8 sites via the command line. They are roughly equivalent to images such as drush/drush, and intended to be used as companion images to forumone/drupal8. The major differences are listed below:

  1. Neither Drush nor Drupal Console are included. It is expected that users will either install or bind-mount the necessary scripts to use.

    • Instead of including Drush, the directory /var/www/html/vendor/bin has been added to $PATH to allow easier access to installed dependencies.
  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.3
    • 7.2
  • End-of-life for legacy projects:

    • 7.1
    • 7.0
    • 5.6

The tags 7 and 5 are available for quick testing when a specific version isn't needed.

Source

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

Tag summary

Content type

Image

Digest

sha256:d04e64e9c

Size

46.2 MB

Last updated

over 3 years ago

docker pull forumone/drupal8-cli