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

Commit 6b44d6b

Browse files
committed
Release changes for 1.2.0, 3.1.0 and 4.1.0.
1 parent 8c49fb4 commit 6b44d6b

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-
### 1.2.0 - Unreleased
7+
### 1.2.0 - 2019-06-29
88

99
- Updates source image to [1.11.0](https://github.com/jdeathe/centos-ssh/releases/tag/1.11.0).
1010
- Updates CHANGELOG.md to simplify maintenance.

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

3-
ARG RELEASE_VERSION="1.1.1"
3+
ARG RELEASE_VERSION="1.2.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
@@ -1,8 +1,8 @@
11
## Tags and respective `Dockerfile` links
22

3-
- `centos-7-redis40u`,[`4.0.0`](https://github.com/jdeathe/centos-ssh-redis/tree/4.0.0) [(centos-7-redis40u/Dockerfile)](https://github.com/jdeathe/centos-ssh-redis/blob/centos-7-redis40u/Dockerfile)
4-
- `centos-7`,[`3.0.0`](https://github.com/jdeathe/centos-ssh-redis/tree/3.0.0) [(centos-7/Dockerfile)](https://github.com/jdeathe/centos-ssh-redis/blob/centos-7/Dockerfile)
5-
- `centos-6`,[`1.1.1`](https://github.com/jdeathe/centos-ssh-redis/tree/1.1.1) [(centos-6/Dockerfile)](https://github.com/jdeathe/centos-ssh-redis/blob/centos-6/Dockerfile)
3+
- `centos-7-redis40u`,[`4.1.0`](https://github.com/jdeathe/centos-ssh-redis/tree/4.1.0) [(centos-7-redis40u/Dockerfile)](https://github.com/jdeathe/centos-ssh-redis/blob/centos-7-redis40u/Dockerfile)
4+
- `centos-7`,[`3.1.0`](https://github.com/jdeathe/centos-ssh-redis/tree/3.1.0) [(centos-7/Dockerfile)](https://github.com/jdeathe/centos-ssh-redis/blob/centos-7/Dockerfile)
5+
- `centos-6`,[`1.2.0`](https://github.com/jdeathe/centos-ssh-redis/tree/1.2.0) [(centos-6/Dockerfile)](https://github.com/jdeathe/centos-ssh-redis/blob/centos-6/Dockerfile)
66

77
## Overview
88

@@ -25,7 +25,7 @@ $ docker run -d \
2525
--name redis.1 \
2626
-p 6379:6379/tcp \
2727
--sysctl "net.core.somaxconn=2048" \
28-
jdeathe/centos-ssh-redis:1.1.1
28+
jdeathe/centos-ssh-redis:1.2.0
2929
```
3030

3131
Verify the named container's process status and health.
@@ -76,7 +76,7 @@ $ docker stop redis.1 && \
7676
--env "REDIS_MAXMEMORY_SAMPLES=10" \
7777
--env "REDIS_OPTIONS=--loglevel verbose" \
7878
--env "REDIS_TCP_BACKLOG=2048" \
79-
jdeathe/centos-ssh-redis:1.1.1
79+
jdeathe/centos-ssh-redis:1.2.0
8080
```
8181

8282
#### Environment Variables

0 commit comments

Comments
 (0)