This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
Releases: jdeathe/centos-ssh-memcached
Releases · jdeathe/centos-ssh-memcached
centos-7-2.1.0
CentOS-7 7.5.1804 x86_64 - Memcached.
Release changes
- Updates source image to 1.9.0.
Download then load the docker image using:
$ xz -dc centos-ssh-memcached.2.1.0.tar.xz | docker load
centos-6-1.2.0
CentOS-6 6.10 x86_64 - Memcached.
Release changes
- Adds details of the centos-7 (Version 2) branch to the README.
- Updates source image to 1.9.0.
Download then load the docker image using:
$ xz -dc centos-ssh-memcached.1.2.0.tar.xz | docker load
centos-7-2.0.0
CentOS-7 7.4.1708 x86_64 - Memcached.
Release changes
- Initial release based on Memcached version 1.4.
Download then load the docker image using:
$ xz -dc centos-ssh-memcached.2.0.0.tar.xz | docker load
centos-6-1.1.3
CentOS-6 6.9 x86_64 - Memcached.
Release changes
- Updates source image to 1.8.4 tag.
Download then load the docker image using:
$ xz -dc centos-ssh-memcached.1.1.3.tar.xz | docker load
centos-6-1.1.2
CentOS-6 6.9 x86_64 - Memcached.
Release changes
- Updates source image to 1.8.3 tag.
- Adds a
.dockerignore
file.
Download then load the docker image using:
$ xz -dc centos-ssh-memcached.1.1.2.tar.xz | docker load
centos-6-1.1.1
CentOS-6 6.9 x86_64 - Memcached.
Release changes
- Updates source image to 1.8.2 tag.
Download then load the docker image using:
$ xz -dc centos-ssh-memcached.1.1.1.tar.xz | docker load
centos-6-1.1.0
CentOS-6 6.9 x86_64 - Memcached.
Release changes
- Fixes issue with expect script failure when using
expect -f
. - Adds
SHPEC_ROOT
variable to Makefile. - Removes scmi; it's maintained upstream.
- Adds use of readonly variables for constants.
- Updates source image to 1.8.1 tag.
- Adds a
src
directory for the image root files. - Adds
STARTUP_TIME
variable for thelogs-delayed
Makefile target. - Adds test case output with improved readability.
- Adds healthcheck.
- Adds libmemcached to image.
- Adds
MEMCACHED_AUTOSTART_MEMCACHED_WRAPPER
to optionally disable process startup.
Download then load the docker image using:
$ xz -dc centos-ssh-memcached.1.1.0.tar.xz | docker load
centos-6-1.0.1
CentOS-6 6.8 x86_64 - Memcached.
Release changes
- Adds source from jdeathe/centos-ssh:1.7.6
- Updates memcached package to
memcached-1.4.4-5.el6
. - Adds a change log (
CHANGELOG.md
). - Adds support for semantic version numbered tags.
- Adds minor code style changes to the Makefile for readability.
- Adds support for running
shpec
functional tests withmake test
. - Adds correct spelling of Memcached in log file path:
/var/log/memcached.log
. - Replaces deprecated Dockerfile
MAINTAINER
with aLABEL
.
Download then load the docker image using:
$ xz -dc centos-ssh-memcached.1.0.1.tar.xz | docker load
centos-6-1.0.0
CentOS-6 6.8 x86_64 - Memcached.
Release changes
- Initial release based on Memcached version 1.4.
Download then load the docker image using:
$ xz -dc centos-ssh-memcached.centos-6-1.0.0.tar.xz | docker load