This repository was archived by the owner on Jul 2, 2024. It is now read-only.
centos-7-2.1.1
·
13 commits
to centos-7-develop
since this release
CentOS-7 7.5.1804 x86_64 - Redis.
Release changes
- Notice: This will be the last Version 2 release. The Version 3 release will be based on EPEL
redispackages (i.e Redis 3.2). Version 4 will be based on IUSredis40upackages (i.e Redis 4.0). - Updates source image to 2.5.1.
- Updates Dockerfile with combined ADD to reduce layer count in final image.
- Fixes binary paths in systemd unit files for compatibility with both EL and Ubuntu hosts.
- Adds improvement to pull logic in systemd unit install template.
- Adds
SSH_AUTOSTART_SUPERVISOR_STDOUTwith a value "false", disabling startup ofsupervisor_stdout. - Adds improved
healthcheckscript. - Adds
docker-compose.ymlto.dockerignore. - Disables disk persistence by default; primary use-case being an LRU cache.
Download then load the docker image using:
$ xz -dc centos-ssh-redis.2.1.1.tar.xz | docker load