This repository was archived by the owner on Jul 2, 2024. It is now read-only.
Releases: jdeathe/centos-ssh-redis
Releases · jdeathe/centos-ssh-redis
centos-6-1.1.1
CentOS-6 6.10 x86_64 - Redis.
Release changes
- Updates source image to 1.10.1.
- Updates Redis package to
redis-3.2.12-2from the EPEL repository. - 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
healtchcheckscript. - 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.1.1.1.tar.xz | docker load
centos-7-2.1.0
CentOS-7 7.5.1804 x86_64 - Redis.
Release changes
- Updates source image to 2.5.0.
- Updates and restructures Dockerfile.
- Updates default HEALTHCHECK interval to 1 second from 0.5.
- Updates container naming conventions and readability of
Makefile. - Fixes issue with unexpected published port in run templates when
DOCKER_PORT_MAP_TCP_6379orDOCKER_PORT_MAP_UDP_6379is set to an empty string or 0. - Adds placeholder replacement of
RELEASE_VERSIONdocker argument to systemd service unit template. - Adds consideration for event lag into test cases for unhealthy health_status events.
- Adds port incrementation to Makefile's run template for container names with an instance suffix.
- Adds docker-compose configuration example.
- Adds improved logging output.
- Adds improved bootstrap / wrapper scripts.
- Removes use of
/etc/services-configpaths. - Removes X-Fleet section from etcd register template unit-file.
- Removes the unused group element from the default container name.
- Removes the node element from the default container name.
- Removes unused environment variables from Makefile and scmi configuration.
- Removes container log file
/var/log/redis-server-bootstrapand/var/log/redis/redis.log.
Download then load the docker image using:
$ xz -dc centos-ssh-redis.2.1.0.tar.xz | docker load
centos-6-1.1.0
CentOS-6 6.10 x86_64 - Redis.
Release changes
- Updates source image to 1.10.0.
- Updates and restructures Dockerfile.
- Updates default HEALTHCHECK interval to 1 second from 0.5.
- Updates container naming conventions and readability of
Makefile. - Fixes issue with unexpected published port in run templates when
DOCKER_PORT_MAP_TCP_6379orDOCKER_PORT_MAP_UDP_6379is set to an empty string or 0. - Adds placeholder replacement of
RELEASE_VERSIONdocker argument to systemd service unit template. - Adds consideration for event lag into test cases for unhealthy health_status events.
- Adds port incrementation to Makefile's run template for container names with an instance suffix.
- Adds docker-compose configuration example.
- Adds improved logging output.
- Adds improved bootstrap / wrapper scripts.
- Removes use of
/etc/services-configpaths. - Removes X-Fleet section from etcd register template unit-file.
- Removes the unused group element from the default container name.
- Removes the node element from the default container name.
- Removes unused environment variables from Makefile and scmi configuration.
- Removes container log file
/var/log/redis-server-bootstrapand/var/log/redis/redis.log.
Download then load the docker image using:
$ xz -dc centos-ssh-redis.1.1.0.tar.xz | docker load
centos-7-2.0.1
CentOS-7 7.5.1804 x86_64 - Redis.
Release changes
- Updates source image to 2.4.1.
Download then load the docker image using:
$ xz -dc centos-ssh-redis.2.0.1.tar.xz | docker load
centos-6-1.0.1
CentOS-6 6.10 x86_64 - Redis.
Release changes
- Updates source image to 1.9.1.
Download then load the docker image using:
$ xz -dc centos-ssh-redis.1.0.1.tar.xz | docker load
centos-7-2.0.0
CentOS-7 7.5.1804 x86_64 - Redis.
Release changes
- Initial release based on Redis version 4.0.
Download then load the docker image using:
$ xz -dc centos-ssh-redis.2.0.0.tar.xz | docker load
centos-6-1.0.0
CentOS-6 6.10 x86_64 - Redis.
Release changes
- Initial release based on Redis version 3.2.
Download then load the docker image using:
$ xz -dc centos-ssh-redis.1.0.0.tar.xz | docker load