Skip to content

[2.0.0-rc1] - 2018-01-17

Pre-release
Pre-release
Compare
Choose a tag to compare
@dlen dlen released this 17 Jan 12:02
· 568 commits to master since this release

Changed

  • Moved away from plain alpine to php:7-fpm-alpine series
  • Environment variables interface has been revamped and moved to application domain default.php and app.default.php
  • PHP extensions management no longer using alpine packages
  • Introduced supervisord for process monitoring
  • Introduced testing framework for development purposes based on rspec
  • Reduced the dependencies installed in Dockerfile
  • Default user moved from nginx to www-data
  • Slightly changed paths of gpg serverkeys (<PASSBOLT_ROOT>/app/Config/gpg/serverkey.private.asc -> <PASSBOLT_ROOT>/config/gpg/serverkey_private.asc)
  • Refactor or docker-entrypoint.sh:
    • Moved away from bash to sh
    • Make it compliant with shellcheck
    • Removed search and replace commands