You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 2, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,18 @@ Summary of release changes for Version 2.
6
6
7
7
CentOS-7 7.5.1804 x86_64 - Redis 4.0.
8
8
9
+
### 2.1.1 - 2019-03-21
10
+
11
+
-**Notice: This will be the last Version 2 release. The Version 3 release will be based on EPEL `redis` packages (i.e Redis 3.2). Version 4 will be based on IUS `redis40u` packages (i.e Redis 4.0).**
12
+
- Updates source image to [2.5.1](https://github.com/jdeathe/centos-ssh/releases/tag/2.5.1).
13
+
- Updates Dockerfile with combined ADD to reduce layer count in final image.
14
+
- Fixes binary paths in systemd unit files for compatibility with both EL and Ubuntu hosts.
15
+
- Adds improvement to pull logic in systemd unit install template.
16
+
- Adds `SSH_AUTOSTART_SUPERVISOR_STDOUT` with a value "false", disabling startup of `supervisor_stdout`.
17
+
- Adds improved `healtchcheck` script.
18
+
- Adds `docker-compose.yml` to `.dockerignore`.
19
+
- Disables disk persistence by default; primary use-case being an LRU cache.
20
+
9
21
### 2.1.0 - 2019-02-17
10
22
11
23
- Updates source image to [2.5.0](https://github.com/jdeathe/centos-ssh/releases/tag/2.5.0).
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,12 @@ Docker Image including:
8
8
9
9
## Overview & links
10
10
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.
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.1` OR `1.1.1` for the [1.1.1](https://github.com/jdeathe/centos-ssh-redis/tree/1.1.1) release tag and `centos-7-2.1.1` OR `2.1.1` for the [2.1.1](https://github.com/jdeathe/centos-ssh-redis/tree/2.1.1) release tag.
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).
19
19
@@ -40,7 +40,7 @@ $ docker run -d \
40
40
--name redis.1 \
41
41
-p 6379:6379/tcp \
42
42
--sysctl "net.core.somaxconn=1024" \
43
-
jdeathe/centos-ssh-redis:2.1.0
43
+
jdeathe/centos-ssh-redis:2.1.1
44
44
```
45
45
46
46
Now you can verify it is initialised and running successfully by inspecting the container's logs.
0 commit comments