Releases
v2.6.0
PHP tooling
Added PHP 7.3 image (#97 )
PHP 5.6 and 7.0 are deprecated and will be dropped in the next release (older images will remain accessible on Docker Hub).
Configuring PHP zip extension to use libzip
for all PHP 7.x versions (use of bundled libzip was deprecated and removed in PHP 7.3)
Added WebP support for PHP GD (#91 )
composer v1.8.0
drush (fallback) v8.1.18
drupal console v1.8.0
wp cli v2.0.1
platformsh-cli v3.38.1
mg-codegen v1.10.2
terminus v1.9.0
Added drush backdrop v0.1.0 (#90 )
Added config.yml
for terminus to suppress update and git mode warning messages
blackfire-agent v1.22.0
Added WordPress PHPCS Library (#88 )
xdebug PHP extension updates
Installing xdebug (stable) from Pecl for PHP 7.2 (docksal/docksal#799 )
Installing xdebug (2.7.0beta1) from Pecl for PHP 7.3
Removed mcrypt libraries from PHP 7.2 and 7.3
Nodejs tooling (#94 )
nvm v0.34.0
nodejs v10.15.0 (switched to the new LTS version)
yarn v1.13.0
Ruby tooling
Added rvm
v1.29.7
The default Ruby version (v2.6.0) is now installed via rvm
as the docker
user
Additional versions can be installed via rvm
. See docs.
Python tooling
Added pyenv
v1.2.9
The default Python version is the one bundled with Debian 9 (v2.7.0)
Additional versions can be installed via pyenv
. See docs.
Switched to running startup.sh
script as the docker
user
Switched to using bash
in Dockerfile during the user install phase
Switched Travis CI builds to Ubuntu 18.04 (xenial) minimal flavor
Replaced mhsendmail
with msmtp
and updated PHP settings (#103 )
Added tagging for major image versions in addition to minor versions (#61 )
Updated tests
Using "run _healthcheck_wait" so bats prints output from it in case the healthcheck fails
Simplified cron test, as it was failing sporadically
Simplified phpcs test, as it was failing sporadically
You can’t perform that action at this time.