Releases: webdevops/Dockerfile
Releases · webdevops/Dockerfile
1.6.0
- Refactored and reduced size of all images (on-demand installation, removed not needed packages, improved ENVs/LABELs to reduce numbers of layers)
- Cleanup images
- Add new on-demand installation and provisioning of services (eg. postfix, ssh...)
- Improved python console handling and output, also fixes dependency detection
- Renamed alpine-3 to alpine (symlink to keep backward compatibility)
- Add
webdevops/php-officia
l and also to webdevops/php and other images - Introduce
docker-image-info
for gathering information about current used image (family, distribution, version ...) - Introduce
docker-service-enable
anddocker-service-disable
to enable and disable services (eg. postfix, ssh ...) - Introduce
docker-provision
(use instead of /opt/docker/bin/provision) - Fix supervisord message about passwordless http server (unix socket)
- Fix and improve tests (eg. in ipv6 environments)
- Add
go-replace
to replace sed/awk stuff - Add
webdevops/liquisoap
- Add environment variable
LOG_STDOUT
andLOG_STDERR
(redirect docker output, also possible to prevent output using /dev/null) - Set nginx log level to warn in production and info in nginx-dev images
- Move ansible to webdevops/base
1.4.1
1.4.0
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
- Introduce /entrypoint.d and /entrypoint.cmd
- Switch to endless tail in noop cmd (entrypoint cmd)
- Improve syslog (eg. configuration improvements; switch to file/pipe based if tty is available or not; fixes warning)
- Improved serverspec run (missing fsync after creation of Dockerfile)
- Remove Makefile target dist-upgrade (not needed anymore)
- Merge setup and requiements target
- Introduce RETRY env var, set default to 1
- Smaller bugfixes
1.3.0
- Enabled
docker --user
support - Added
service <service> check
for checking if a service is running - Added test to check if the services are staying up (see
service <service> check
) - Implemented rspec-retry
- Disabeld php-fpm access logging for production images (default; high log load)
- Introduced /entrypoit.d (symlink)
1.2.4
- Enable sshd for php-dev images
- Set root and application password of php-dev images to "dev"
- Fixed syslog-ng error message about log file destination (use pipe instead of file)
- Fixed test of debian-9 (distribution version is now "9", was "testing" before; upstream)