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

centos-7-2.1.1

Choose a tag to compare

@jdeathe jdeathe released this 21 Mar 09:06
· 13 commits to centos-7-develop since this release
2.1.1
a8c4a57

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