This repository was archived by the owner on Jul 2, 2024. It is now read-only.
Releases: jdeathe/centos-ssh-haproxy
Releases · jdeathe/centos-ssh-haproxy
centos-7-2.0.0
centos-6-1.0.3
CentOS-6 6.9 x86_64 - HAProxy / HATop.
Release changes
- Updates README with details of Version 2.
- Adds fix to healthcheck to account for alternative path to rsyslogd.
- Adds SAN certificate for use in docker-compose example.
- Updates rsyslog package to rsyslog-5.8.10-12.el6.
- Adds default healthcheck settings; 5s interval for normal operation and 3 checks before triggering up/down state.
- Adds updated docker-compose examples including variants for TCP and PROXY (Varnish).
- Adds custom HTML error files for error codes HAProxy may emit.
- Updates configuration used for header manipulation.
Download then load the docker image using:
$ xz -dc centos-ssh-haproxy.1.0.3.tar.xz | docker load
centos-6-1.0.2
CentOS-6 6.9 x86_64 - HAProxy / HATop.
Release changes
- Updates source image to 1.8.4 tag.
- Adds feature to set
HAPROXY_SSL_CERTIFICATEvia a file path. e.g. Docker Swarm secrets. - Adds feature to set
HAPROXY_CONFvia a file path. e.g. Docker Swarm secrets.
Download then load the docker image using:
$ xz -dc centos-ssh-haproxy.1.0.2.tar.xz | docker load