This repository was archived by the owner on Jul 2, 2024. It is now read-only.
1.2.0
·
63 commits
to centos-7-redis40u-develop
since this release
- Updates source image to 1.11.0.
- 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. - Updates bootstrap and wrapper 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-redis-bootstrap.conf/20. - Updates wrapper supervisord configuration file/priority to
50-redis-wrapper.conf/50. - Fixes binary paths in systemd unit files; missing changes from last release.
- Fixes docker host connection status check in Makefile.
- Adds missing instruction step to docker-compose example configuration file.
- Adds
inspect,reloadandtopMakefile targets. - Adds improved
cleanMakefile target; includes exited containers and dangling images. - Adds lock/state file to wrapper script.
- Adds
SYSTEM_TIMEZONEhandling to Makefile, scmi, systemd unit and docker-compose templates. - Adds system time zone validation to healthcheck.
- Removes support for long image tags (i.e. centos-6-1.x.x).
- Removes
REDIS_AUTOSTART_REDIS_BOOTSTRAP, replaced withENABLE_REDIS_BOOTSTRAP. - Removes
REDIS_AUTOSTART_REDIS_WRAPPER, replaced withENABLE_REDIS_WRAPPER.