This repository was archived by the owner on Jul 2, 2024. It is now read-only.
2.2.0
·
30 commits
to centos-7-develop
since this release
- Updates source image to 2.6.0.
- Updates php-hello-world to 0.12.0.
- Updates description in centos-ssh-apache-php-fcgi.register@.service.
- Updates Apache configuration to use DSO Module identifiers for consistency.
- Updates CHANGELOG.md to simplify maintenance.
- Updates README.md to simplify contents and improve readability.
- Updates README-short.txt to apply to all image variants.
- Updates Dockerfile
org.deathe.descriptionmetadata LABEL for consistency + include PHP redis module. - Updates wrapper to set httpd ErrorLog to
/dev/stderrinstead of/dev/stdout. - Updates supervisord configuration to send error log output to stderr.
- Updates bootstrap timer to use UTC date timestamps.
- Updates bootstrap supervisord configuration file/priority to
20-httpd-bootstrap.conf/20. - Updates httpd wrapper supervisord configuration file/priority to
70-httpd-wrapper.conf/70. - Fixes bootstrap; ensure user creation occurs before setting ownership with user.
- Fixes docker host connection status check in Makefile.
- Adds
PACKAGE_PATHplaceholder/variable replacement in bootstrap of configuration files. - Adds
inspect,reloadandtopMakefile targets. - Adds improved
cleanMakefile target; includes exited containers and dangling images. - Adds
SYSTEM_TIMEZONEhandling to Makefile, scmi, systemd unit and docker-compose templates. - Adds system time zone validation to healthcheck.
- Adds lock/state file to bootstrap/wrapper scripts.
- Adds
php-wrapperandfcgid.confas part of the service; removing dependency on the php-hello-world app. - Removes unused
DOCKER_PORT_MAP_TCP_22variable from environment includes. - Removes support for long image tags (i.e. centos-7-2.x.x).
- Removes
APACHE_AUTOSTART_HTTPD_BOOTSTRAP, replaced withENABLE_HTTPD_BOOTSTRAP. - Removes
APACHE_AUTOSTART_HTTPD_WRAPPER, replaced withENABLE_HTTPD_WRAPPER.