Releases: webdevops/Dockerfile
Releases · webdevops/Dockerfile
0.53.1
- Fixed and improved
PHP_DEBUGGER
for php-dev
0.53.0
- Added apache-dev and nginx-dev
- Restructed php-*dev provision
- Removed whoami call
- Removed provision from
make all
and make build
- Removed --force from apk-install
- Fixed pecl for alpine images
- Updated documentation and tests
0.52.0
- Added tag centos-7-php56 for php images
- Added POSTFIX_MYNETWORKS and POSTFIX_RELAYHOST environment variables
- Added pysed
- Added PHP_DEBUGGER environment variable for php*dev images
- Fix warnings in vsftp image
- Fix package names in alpine (broken build)
- Updated documentation and tests
0.51.0
- Added php module apcu
- Added (disabled) php module blackfire to php-dev and inherit images
- Added apt-transport-https for debian family images
- Added link from /etc/aliases to /etc/postfix/alises for alpine
0.50.6
- Switch from dotdeb to sury and install libpcre3 from testing
0.50.5
- Added Magallanes deployer for samson-deployment
- Improved documentation
0.50.4
- Removed superfluous environment variables for PHP inside nginx
- Added more layout sections to documentation
0.50.3
- Added
WEB_PHP_SOCKET
for apache and nginx images, this env variable specifies the host where php-fpm is listening
- Added
WEB_NO_CACHE_PATTERN
to apache and nginx images (regexp of files which should not be cached by browser) for php*-dev images
- Added
make baselayout
for building baselayout.tar (not always needed)
- Added php-fpm clear_env workaround for php-fpm versions which doesn't support it
- Set PHP-FPM ports to public on php*-dev images
- Set mail-sandbox to latest tag (using Ubuntu 16.04)
- Moved environment macros of jinja2 templates to environment.jinja2
- Updated documentation
0.50.2
- Fix /opt/docker/bin/service.d/php-fpm.sh using php.d instead of php-fpm.d
- Restructured documentation, Added customization section
0.51.0
- Fixed required root rights for entrypoint, provisioning is now only running when entrypoint is entered with root
- Modularized service.d scripts (will include servide.d/$serv.d/*.sh before execution)