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

Releases: jdeathe/centos-ssh-redis

5.0.0

10 Oct 10:51
5.0.0
f2740a0

Choose a tag to compare

  • Initial release.

4.1.1

28 Sep 11:02
4.1.1
f2740a0

Choose a tag to compare

  • Deprecate Makefile target logs-delayed; replaced with logsdef.
  • Updates source image to 2.6.1.
  • Updates redis40u packages to 4.0.14-2.
  • Updates test/health_status helper script with for consistency.
  • Updates Makefile target logs to accept [OPTIONS] (e.g make -- logs -ft).
  • Updates info/error output for consistency.
  • Updates healthcheck failure messages to remove EOL character that is rendered in status response.
  • Updates ordering of Tags and respective Dockerfile links in README.md for readability.
  • Adds improved test workflow; added test-setup target to Makefile.
  • Adds Makefile target logsdef to handle deferred logs output within a target chain.
  • Adds exec proxy function to redis-server-wrapper used to pass through nice.
  • Adds /docs directory for supplementary documentation.
  • Fixes validation failure of 0 second --timeout value in test/health_status.
  • Removes ENABLE_REDIS_BOOTSTRAP from docker-compose example configuration.
  • Removes ENABLE_REDIS_WRAPPER from docker-compose example configuration.

3.1.1

28 Sep 10:50
3.1.1
110f9b2

Choose a tag to compare

  • Deprecate Makefile target logs-delayed; replaced with logsdef.
  • Updates source image to 2.6.1.
  • Updates test/health_status helper script with for consistency.
  • Updates Makefile target logs to accept [OPTIONS] (e.g make -- logs -ft).
  • Updates info/error output for consistency.
  • Updates healthcheck failure messages to remove EOL character that is rendered in status response.
  • Updates ordering of Tags and respective Dockerfile links in README.md for readability.
  • Adds improved test workflow; added test-setup target to Makefile.
  • Adds Makefile target logsdef to handle deferred logs output within a target chain.
  • Adds exec proxy function to redis-server-wrapper used to pass through nice.
  • Adds /docs directory for supplementary documentation.
  • Fixes validation failure of 0 second --timeout value in test/health_status.
  • Removes ENABLE_REDIS_BOOTSTRAP from docker-compose example configuration.
  • Removes ENABLE_REDIS_WRAPPER from docker-compose example configuration.

1.2.1

28 Sep 10:40
1.2.1
f5fb436

Choose a tag to compare

  • Deprecate Makefile target logs-delayed; replaced with logsdef.
  • Updates source image to 1.11.1.
  • Updates test/health_status helper script with for consistency.
  • Updates Makefile target logs to accept [OPTIONS] (e.g make -- logs -ft).
  • Updates info/error output for consistency.
  • Updates healthcheck failure messages to remove EOL character that is rendered in status response.
  • Updates ordering of Tags and respective Dockerfile links in README.md for readability.
  • Adds improved test workflow; added test-setup target to Makefile.
  • Adds Makefile target logsdef to handle deferred logs output within a target chain.
  • Adds exec proxy function to redis-server-wrapper used to pass through nice.
  • Adds /docs directory for supplementary documentation.
  • Fixes validation failure of 0 second --timeout value in test/health_status.
  • Removes ENABLE_REDIS_BOOTSTRAP from docker-compose example configuration.
  • Removes ENABLE_REDIS_WRAPPER from docker-compose example configuration.

4.1.0

29 Jun 16:23
4.1.0
17621ab

Choose a tag to compare

  • Updates source image to 2.6.0.
  • Updates redis40u packages to 4.0.14-1.
  • 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.description metadata 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, reload and top Makefile targets.
  • Adds improved clean Makefile target; includes exited containers and dangling images.
  • Adds lock/state file to wrapper script.
  • Adds SYSTEM_TIMEZONE handling 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-7-redis40u-4.x.x).
  • Removes REDIS_AUTOSTART_REDIS_BOOTSTRAP, replaced with ENABLE_REDIS_BOOTSTRAP.
  • Removes REDIS_AUTOSTART_REDIS_WRAPPER, replaced with ENABLE_REDIS_WRAPPER.

3.1.0

29 Jun 15:38
3.1.0
a8c6bd6

Choose a tag to compare

  • Updates source image to 2.6.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.description metadata 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, reload and top Makefile targets.
  • Adds improved clean Makefile target; includes exited containers and dangling images.
  • Adds lock/state file to wrapper script.
  • Adds SYSTEM_TIMEZONE handling 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-7-3.x.x).
  • Removes REDIS_AUTOSTART_REDIS_BOOTSTRAP, replaced with ENABLE_REDIS_BOOTSTRAP.
  • Removes REDIS_AUTOSTART_REDIS_WRAPPER, replaced with ENABLE_REDIS_WRAPPER.

1.2.0

29 Jun 15:20
1.2.0
6d3a171

Choose a tag to compare

  • 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.description metadata 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, reload and top Makefile targets.
  • Adds improved clean Makefile target; includes exited containers and dangling images.
  • Adds lock/state file to wrapper script.
  • Adds SYSTEM_TIMEZONE handling 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 with ENABLE_REDIS_BOOTSTRAP.
  • Removes REDIS_AUTOSTART_REDIS_WRAPPER, replaced with ENABLE_REDIS_WRAPPER.

centos-7-redis40u-4.0.0

22 Mar 07:55
4.0.0
383de2e

Choose a tag to compare

CentOS-7 7.5.1804 x86_64 - IUS Redis 4.0.

Release changes

  • Initial release.

Download then load the docker image using:

$ xz -dc centos-ssh-redis.4.0.0.tar.xz | docker load

centos-7-3.0.0

22 Mar 07:42
3.0.0
8cc71f4

Choose a tag to compare

CentOS-7 7.5.1804 x86_64 - EPEL Redis 3.2.

Release changes

  • Initial release.

Download then load the docker image using:

$ xz -dc centos-ssh-redis.3.0.0.tar.xz | docker load

centos-7-2.1.1

21 Mar 09:06
2.1.1
a8c4a57

Choose a tag to compare

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 redis packages (i.e Redis 3.2). Version 4 will be based on IUS redis40u packages (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_STDOUT with a value "false", disabling startup of supervisor_stdout.
  • Adds improved healthcheck 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.2.1.1.tar.xz | docker load