Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Releases: jdeathe/centos-ssh-redis

centos-6-1.1.1

21 Mar 08:45
1.1.1
922ea57

Choose a tag to compare

CentOS-6 6.10 x86_64 - Redis.

Release changes

  • Updates source image to 1.10.1.
  • Updates Redis package to redis-3.2.12-2 from 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_STDOUT with a value "false", disabling startup of supervisor_stdout.
  • Adds improved healtchcheck script.
  • Adds docker-compose.yml to .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

17 Feb 16:46
2.1.0
f40244f

Choose a tag to compare

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_6379 or DOCKER_PORT_MAP_UDP_6379 is set to an empty string or 0.
  • Adds placeholder replacement of RELEASE_VERSION docker 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-config paths.
  • 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-bootstrap and /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

17 Feb 15:50
1.1.0
05743e3

Choose a tag to compare

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_6379 or DOCKER_PORT_MAP_UDP_6379 is set to an empty string or 0.
  • Adds placeholder replacement of RELEASE_VERSION docker 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-config paths.
  • 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-bootstrap and /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

20 Nov 08:46
2.0.1
aa862fa

Choose a tag to compare

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

19 Nov 15:05
1.0.1
c2c80a6

Choose a tag to compare

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

03 Nov 16:50
2.0.0
a8bd37d

Choose a tag to compare

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

03 Nov 16:18
1.0.0
41414ba

Choose a tag to compare

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