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

Commit 671fbbe

Browse files
committed
Release changes for 1.4.0 and 2.3.0.
1 parent 1d9ae3b commit 671fbbe

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Summary of release changes.
66

7-
### 2.3.0 - Unreleased
7+
### 2.3.0 - 2019-06-25
88

99
- Deprecates `MEMCACHED_AUTOSTART_MEMCACHED_WRAPPER`, replaced with `ENABLE_MEMCACHED_WRAPPER`.
1010
- Updates source image to [2.6.0](https://github.com/jdeathe/centos-ssh/releases/tag/2.6.0).

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM jdeathe/centos-ssh:2.6.0
22

3-
ARG RELEASE_VERSION="2.2.1"
3+
ARG RELEASE_VERSION="2.3.0"
44

55
# ------------------------------------------------------------------------------
66
# Base install of required packages

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
## Tags and respective `Dockerfile` links
22

3-
- `centos-7`,[`2.2.1`](https://github.com/jdeathe/centos-ssh-memcached/releases/tag/2.2.1) [(centos-7/Dockerfile)](https://github.com/jdeathe/centos-ssh-memcached/blob/centos-7/Dockerfile)
4-
- `centos-6`,[`1.3.1`](https://github.com/jdeathe/centos-ssh-memcached/releases/tag/1.3.1) [(centos-6/Dockerfile)](https://github.com/jdeathe/centos-ssh-memcached/blob/centos-6/Dockerfile)
3+
- `centos-7`,[`2.3.0`](https://github.com/jdeathe/centos-ssh-memcached/releases/tag/2.3.0) [(centos-7/Dockerfile)](https://github.com/jdeathe/centos-ssh-memcached/blob/centos-7/Dockerfile)
4+
- `centos-6`,[`1.4.0`](https://github.com/jdeathe/centos-ssh-memcached/releases/tag/1.4.0) [(centos-6/Dockerfile)](https://github.com/jdeathe/centos-ssh-memcached/blob/centos-6/Dockerfile)
55

66
## Overview
77

88
This build uses the base image [jdeathe/centos-ssh](https://github.com/jdeathe/centos-ssh) so inherits it's features but with `sshd` disabled by default. [Supervisor](http://supervisord.org/) is used to start the [`memcached`](https://github.com/memcached/memcached/wiki) daemon when a docker container based on this image is run.
99

1010
### Image variants
1111

12-
- [Memcached 1.4 - CentOS-7]((https://github.com/jdeathe/centos-ssh-memcached/tree/centos-7)
12+
- [Memcached 1.4 - CentOS-7](https://github.com/jdeathe/centos-ssh-memcached/tree/centos-7)
1313
- [Memcached 1.4 - CentOS-6](https://github.com/jdeathe/centos-ssh-memcached/tree/centos-6)
1414

1515
## Quick start
@@ -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.2.1
26+
jdeathe/centos-ssh-memcached:2.3.0
2727
```
2828

2929
Verify 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.2.1
73+
jdeathe/centos-ssh-memcached:2.3.0
7474
```
7575

7676
### Environment variables

0 commit comments

Comments
 (0)