This repository has been archived by the owner on Aug 25, 2020. It is now read-only.
Releases: BradJonesLLC/docker-drupal
Releases · BradJonesLLC/docker-drupal
v2.2
v2.1
- 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
Tagging a next-major release as this version now uses PHP 7 by default.
v1.0
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.