Releases: webdevops/Dockerfile
Releases · webdevops/Dockerfile
1.2.3
- Removed default nginx vhost configuration (configuration collision) for alpine
1.2.2
- Removed deprecated SSLCompression option in Apache configuration (was disabled anyway)
1.2.1
- Update to alpine 3.5
- Enabled php7 builds again
- Removed redis from alpine (not available anymore)
- Added build-essentials for samson-deployment
1.2.0
- Add mod_proxy_fcgi and mod_fastcgi configuration for Apache (Debian 9 doesn't provide mod_fastcgi anymore; using ifmodule-directive for automatic configuration switching)
- Removed mod_fastcgi on most installations were it is not needed
- Added tests to ensure /dev/null and /dev/zero are writeable
- Removed postfix hostname (is sometimes injected via installation)
- Fixed smaller bugs
- Fixed bin/console docker:exec command execution
- Updated gems for serverspec
1.1.4
- Add task dependencies for docker:push (push in the right order)
- Show blacklist/whitelist for bin/console commands (even if not in verbose mode)
- Revert "Improve default entrypoint cmd" because of bugs, old handling is better
1.1.3
- Fix critical docker hang bug (using stdin instead of stdout for log)
- Add /docker.stderr
1.1.2
- Fix asset permissions in samson-deployment (fixed tests)
1.1.1
- Fix provision and configuration for samson-deployment (fixed tests)
1.1.0
- Fixed dnsmasq startup
- Removed all logfiles inside containers (using stdout)
- Fixed syslog-ng setup (was complaining about version)
- Fixed some php/hhvm tests
- Improve bin/console
- Add cleanup after container installation
- Add multiple vhost support for dns lookup (VIRTUAL_HOST)
1.0.0
- Introduced python based processing script
- Introduced testinfra test suite
- Updated documentation
- Added roundcube to
webdevops/mail-sandbox
- Update liquibase to 3.5.3