Skip to content

v2.2.0

Compare
Choose a tag to compare
@lmakarov lmakarov released this 30 May 19:43
· 653 commits to master since this release
e6c0755
  • Silence terminus auth:login (otherwise it shows up in fin run-cli)
  • Fix id_rsa key file permissions to avoid ssh warnings (Fixes #44)
  • Added a timestamp in echo-debug in startup.sh (helps better understand container startup times)
  • Fixed Blackfire PHP settings (Fixes docksal/docksal#561)
    • These got accidentally dropped during the 2.0 cli image upgrade
  • Debian Stretch compatibility fix for 5.6, 7.0 and 7.1
    • Upstream php:x.y-fpm images switched to Debian Stretch. 7.2 was already on Stretch.

Resulting image size changes (compared to 2.1.0):

  • php5.6: 359 MB => 297 MB (-62 MB)
  • php7.0: 373 MB => 311 MB (- 62 MB)
  • php7.1: 373 MB => 312 MB (- 61 MB)
  • php7.2: 312 MB => 313 MB (+ 1MB)