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

Commit a800018

Browse files
committed
Release changes for 1.3.1/2.2.1.
1 parent b9eb0fd commit a800018

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
@@ -6,7 +6,7 @@ Summary of release changes for Version 2.
66

77
CentOS-7 7.5.1804 x86_64 - Memcached 1.4.
88

9-
### 2.2.1 - Unreleased
9+
### 2.2.1 - 2019-03-20
1010

1111
- Updates source image to [2.5.1](https://github.com/jdeathe/centos-ssh/releases/tag/2.5.1).
1212
- Updates Dockerfile with combined ADD to reduce layer count in final image.

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.5.1
22

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

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

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Docker Image including:
88

99
## Overview & links
1010

11-
The latest CentOS-6 / CentOS-7 based releases can be pulled from the `centos-6` / `centos-7` Docker tags respectively. For production use it is recommended to select a specific release tag - the convention is `centos-6-1.3.0` OR `1.3.0` for the [1.3.0](https://github.com/jdeathe/centos-ssh-memcached/tree/1.3.0) release tag and `centos-7-2.2.0` OR `2.2.0` for the [2.2.0](https://github.com/jdeathe/centos-ssh/tree/2.2.0) release tag.
11+
The latest CentOS-6 / CentOS-7 based releases can be pulled from the `centos-6` / `centos-7` Docker tags respectively. For production use it is recommended to select a specific release tag - the convention is `centos-6-1.3.1` OR `1.3.1` for the [1.3.1](https://github.com/jdeathe/centos-ssh-memcached/tree/1.3.1) release tag and `centos-7-2.2.1` OR `2.2.1` for the [2.2.1](https://github.com/jdeathe/centos-ssh/tree/2.2.1) release tag.
1212

1313
### Tags and respective `Dockerfile` links
1414

15-
- `centos-7`,`centos-7-2.2.0`,`2.2.0` [(centos-7/Dockerfile)](https://github.com/jdeathe/centos-ssh-memcached/blob/centos-7/Dockerfile)
16-
- `centos-6`,`centos-6-1.3.0`,`1.3.0` [(centos-6/Dockerfile)](https://github.com/jdeathe/centos-ssh-memcached/blob/centos-6/Dockerfile)
15+
- `centos-7`,`centos-7-2.2.1`,`2.2.1` [(centos-7/Dockerfile)](https://github.com/jdeathe/centos-ssh-memcached/blob/centos-7/Dockerfile)
16+
- `centos-6`,`centos-6-1.3.1`,`1.3.1` [(centos-6/Dockerfile)](https://github.com/jdeathe/centos-ssh-memcached/blob/centos-6/Dockerfile)
1717

1818
Included in the build are the [SCL](https://www.softwarecollections.org/), [EPEL](http://fedoraproject.org/wiki/EPEL) and [IUS](https://ius.io) repositories. Installed packages include [OpenSSH](http://www.openssh.com/portable.html) secure shell, [vim-minimal](http://www.vim.org/), are installed along with python-setuptools, [supervisor](http://supervisord.org/) and [supervisor-stdout](https://github.com/coderanger/supervisor-stdout).
1919

@@ -40,7 +40,7 @@ $ docker run -d \
4040
--name memcached.1 \
4141
-p 11211:11211/tcp \
4242
--sysctl "net.core.somaxconn=1024" \
43-
jdeathe/centos-ssh-memcached:2.2.0
43+
jdeathe/centos-ssh-memcached:2.2.1
4444
```
4545

4646
Now you can verify it is initialised and running successfully by inspecting the container's logs.
@@ -79,7 +79,7 @@ $ docker run \
7979
--sysctl "net.ipv4.ip_local_port_range=1024 65535" \
8080
--sysctl "net.ipv4.route.flush=1" \
8181
--env "MEMCACHED_CACHESIZE=32" \
82-
jdeathe/centos-ssh-memcached:2.2.0
82+
jdeathe/centos-ssh-memcached:2.2.1
8383
```
8484

8585
#### Environment Variables

0 commit comments

Comments
 (0)