BradJonesLLC Docker Drupal Versions Save

Docker scaffolding for Drupal 8

v2.2

5 years ago
  • Further refinements regarding environment variables
  • Better handling of cache directories for CLI
  • Max-upload sensible defaults
  • Set vendor directory in PATH
  • Other usability improvements

v2.1

6 years ago
  • Further simplifies use by making clear(er) what configuration is shipped in the base image. Should be backwards compatible, however always test locally prior to using this base image in your own project!

v2.0

7 years ago

Tagging a next-major release as this version now uses PHP 7 by default.

v1.0

8 years ago

First tagged release.

This version represents the culmination of months of testing as I use this script in-house for new project scaffolding. Significant changes from previous dev versions include:

  • New requirement for Docker 1.9+ and Compose 1.6+, mostly in order to take advantage of new named data volumes.
  • Removal of extra bloat, e.g., bundled Makefile, as well as bundled SSL/Mailcatcher integration. Use separate containers, instead.
  • One-line composer installation.
  • Bumped Drupal core version to 8.1.x - needed to include this core commit for unattended installation.
  • Simpler, less opinionated defaults for settings.php and friends.

And while it's not part of the codebase, I recently integrated with packagist.

I would love feedback on how this works for you, and pull requests. Biggest priority for the next release will be moving to PHP 7, and likely ditching the Twig extension compilation.