This repository was archived by the owner on Jul 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44
55Summary of release changes.
66
7- ### 2.3.1 - Unreleased
7+ ### 2.3.1 - 2019-09-28
88
99- Deprecate Makefile target ` logs-delayed ` ; replaced with ` logsdef ` .
1010- Updates source image to [ 2.6.1] ( https://github.com/jdeathe/centos-ssh/releases/tag/2.6.1 ) .
Original file line number Diff line number Diff line change 11FROM jdeathe/centos-ssh:2.6.1
22
3- ARG RELEASE_VERSION="2.3.0 "
3+ ARG RELEASE_VERSION="2.3.1 "
44
55# ------------------------------------------------------------------------------
66# Base install of required packages
Original file line number Diff line number Diff line change 11## Tags and respective ` Dockerfile ` links
22
3- - [ ` 2.3.0 ` ] ( https://github.com/jdeathe/centos-ssh-memcached/releases/tag/2.3.0 ) ,` centos-7 ` [ (centos-7/Dockerfile)] ( https://github.com/jdeathe/centos-ssh-memcached/blob/centos-7/Dockerfile )
3+ - [ ` 2.3.1 ` ] ( https://github.com/jdeathe/centos-ssh-memcached/releases/tag/2.3.1 ) ,` centos-7 ` [ (centos-7/Dockerfile)] ( https://github.com/jdeathe/centos-ssh-memcached/blob/centos-7/Dockerfile )
44- [ ` 1.4.0 ` ] ( https://github.com/jdeathe/centos-ssh-memcached/releases/tag/1.4.0 ) ,` centos-6 ` [ (centos-6/Dockerfile)] ( https://github.com/jdeathe/centos-ssh-memcached/blob/centos-6/Dockerfile )
55
66## Overview
@@ -23,7 +23,7 @@ $ docker run -d \
2323 --name memcached.1 \
2424 -p 11211:11211/tcp \
2525 --sysctl "net.core.somaxconn=1024" \
26- jdeathe/centos-ssh-memcached:2.3.0
26+ jdeathe/centos-ssh-memcached:2.3.1
2727```
2828
2929Verify the named container's process status and health.
@@ -70,7 +70,7 @@ $ docker stop memcached.1 && \
7070 --sysctl "net.ipv4.ip_local_port_range=1024 65535" \
7171 --sysctl "net.ipv4.route.flush=1" \
7272 --env "MEMCACHED_CACHESIZE=32" \
73- jdeathe/centos-ssh-memcached:2.3.0
73+ jdeathe/centos-ssh-memcached:2.3.1
7474```
7575
7676### Environment variables
You can’t perform that action at this time.
0 commit comments