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

Releases: jdeathe/centos-ssh-varnish

centos-6-1.3.1

28 Nov 21:49
1.3.1
Compare
Choose a tag to compare

CentOS-6 6.8 x86_64 - Varnish Cache.

Release changes

  • Removes unused variables from Dockerfile:
    • VARNISH_ADMIN_LISTEN_ADDRESS
    • VARNISH_ADMIN_LISTEN_PORT
    • VARNISH_LISTEN_ADDRESS
    • VARNISH_LISTEN_PORT
    • VARNISH_PIDFILE
    • VARNISH_SECRET_FILE
  • Adds correction to Varnish Documentation URLs.
  • Adds correction to the example tag URL.
  • Adds PROXY protocol to the 8443 port binding.
  • Removes grace header which is used for debugging.
  • Removes duplicated X-Forwarded-For handling - unnecessary since Varnish 4 moved logic out of the default VCL configuration and leaving it in place results in duplicate entries in X-Forwarded-For.

Download then load the docker image using:

$ xz -dc centos-ssh-varnish.centos-6-1.3.1.tar.xz | docker load

centos-6-1.3.0

21 Nov 22:18
1.3.0
Compare
Choose a tag to compare

CentOS-6 6.8 x86_64 - Varnish Cache.

Release changes

  • Adds update to CentOS-6.8 with source (jdeathe/centos-ssh:centos-6-1.7.3).
  • Adds Varnish 4.1 + updated default configuration.
  • Adds support for SCMI install/uninstall methods with docker, systemd or fleet service managers.
  • Adds option to set VCL configuration from base64 encoded string.
  • Removes requirement to run in privileged mode. Use of --ulimit docker parameter is now used to define the limits for memlock, nofile and nproc.
  • Removes environment variables for varnishd settings that are constants. VARNISH_ADMIN_LISTEN_ADDRESS, VARNISH_ADMIN_LISTEN_PORT, VARNISH_LISTEN_ADDRESS, VARNISH_LISTEN_PORT, VARNISH_PIDFILE and VARNISH_SECRET_FILE.

Download then load the docker image using:

$ xz -dc centos-ssh-varnish.centos-6-1.3.0.tar.xz | docker load

centos-6-1.2.0

29 Dec 23:37
Compare
Choose a tag to compare

CentOS-6 6.7 x86_64 - Varnish Cache 3.0.

  • Updates CentOS from 6.6 to 6.7.
  • Adds support for configuration volume in run.sh helper.
  • Maintenance of the helper scripts.
  • Updates upstream image to centos-6-1.4.0 tag instead of the centos-6 branch. Now at CentOS 6.7.
  • Change to use specific package versions to improve build reproducibility. Varnish cache 3.0.7.
  • Updates systemd definition and installer scripts. Still requires manual steps to define cluster backend (node) IP addresses but should work out of the box for a single node CoreOS host.
  • Adds smarter default backend host configuration and defaults within the run.sh helper scripts.

Download then load the docker image using:

$ xz -dc centos-ssh-varnish.centos-6-1.2.0.tar.xz | docker load

centos-6-1.1.0

20 May 15:26
Compare
Choose a tag to compare

CentOS-6 6.6 x86_64 - Varnish Cache.

  • Updates CentOS from 6.5 to 6.6.
  • Adds MIT License.

Download then load the docker image using:

$ xz -dc centos-ssh-varnish.centos-6-1.1.0.tar.xz | docker load

centos-6-1.0.0

30 Jan 23:45
Compare
Choose a tag to compare

CentOS-6 6.5 x86_64 - Varnish Cache.

Download then load the docker image using:

$ xz -dc centos-ssh-varnish.centos-6-1.0.0.tar.xz | docker load