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

Commit d896601

Browse files
committed
Release changes for 1.1.0 and 2.1.0.
1 parent fed2a2a commit d896601

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 1.
66

77
CentOS-6 6.10 x86_64 - Redis 3.2.
88

9-
### 1.1.0 - Unreleased
9+
### 1.1.0 - 2019-02-17
1010

1111
- Updates source image to [1.10.0](https://github.com/jdeathe/centos-ssh/releases/tag/1.10.0).
1212
- Updates and restructures Dockerfile.

Dockerfile

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

3-
ARG RELEASE_VERSION="1.0.1"
3+
ARG RELEASE_VERSION="1.1.0"
44

55
RUN yum -y install \
66
--setopt=tsflags=nodocs \

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.0.1` OR `1.0.1` for the [1.0.1](https://github.com/jdeathe/centos-ssh-redis/tree/1.0.1) release tag and `centos-7-2.0.1` OR `2.0.1` for the [2.0.1](https://github.com/jdeathe/centos-ssh-redis/tree/2.0.1) 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.1.0` OR `1.1.0` for the [1.1.0](https://github.com/jdeathe/centos-ssh-redis/tree/1.1.0) release tag and `centos-7-2.1.0` OR `2.1.0` for the [2.1.0](https://github.com/jdeathe/centos-ssh-redis/tree/2.1.0) release tag.
1212

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

15-
- `centos-7`,`centos-7-2.0.1`,`2.0.1` [(centos-7/Dockerfile)](https://github.com/jdeathe/centos-ssh-redis/blob/centos-7/Dockerfile)
16-
- `centos-6`,`centos-6-1.0.1`,`1.0.1` [(centos-6/Dockerfile)](https://github.com/jdeathe/centos-ssh-redis/blob/centos-6/Dockerfile)
15+
- `centos-7`,`centos-7-2.1.0`,`2.1.0` [(centos-7/Dockerfile)](https://github.com/jdeathe/centos-ssh-redis/blob/centos-7/Dockerfile)
16+
- `centos-6`,`centos-6-1.1.0`,`1.1.0` [(centos-6/Dockerfile)](https://github.com/jdeathe/centos-ssh-redis/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 redis.1 \
4141
-p 6379:6379/tcp \
4242
--sysctl "net.core.somaxconn=2048" \
43-
jdeathe/centos-ssh-redis:1.0.1
43+
jdeathe/centos-ssh-redis:1.1.0
4444
```
4545

4646
Now you can verify it is initialised and running successfully by inspecting the container's logs.
@@ -74,7 +74,7 @@ $ docker run \
7474
--env "REDIS_MAXMEMORY_SAMPLES=10" \
7575
--env "REDIS_OPTIONS=--loglevel verbose" \
7676
--env "REDIS_TCP_BACKLOG=2048" \
77-
jdeathe/centos-ssh-redis:1.0.1
77+
jdeathe/centos-ssh-redis:1.1.0
7878
```
7979

8080
#### Environment Variables

0 commit comments

Comments
 (0)