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

Commit c2c80a6

Browse files
authored
Merge pull request #7 from jdeathe/centos-6-develop
Release changes for 1.0.1
2 parents 41414ba + 27c231f commit c2c80a6

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Summary of release changes for Version 1.
66

77
CentOS-6 6.10 x86_64 - Redis 3.2.
88

9+
### 1.0.1 - 2018-11-19
10+
11+
- Updates source image to [1.9.1](https://github.com/jdeathe/centos-ssh/releases/tag/1.9.1).
12+
913
### 1.0.0 - 2018-11-03
1014

1115
- Initial release.

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# CentOS-6, Redis 3.2.
55
# =============================================================================
6-
FROM jdeathe/centos-ssh:1.9.0
6+
FROM jdeathe/centos-ssh:1.9.1
77

88
RUN yum -y install \
99
--setopt=tsflags=nodocs \
@@ -66,7 +66,7 @@ ENV REDIS_AUTOSTART_REDIS_BOOTSTRAP="true" \
6666
# -----------------------------------------------------------------------------
6767
# Set image metadata
6868
# -----------------------------------------------------------------------------
69-
ARG RELEASE_VERSION="1.0.0"
69+
ARG RELEASE_VERSION="1.0.1"
7070
LABEL \
7171
maintainer="James Deathe <james.deathe@gmail.com>" \
7272
install="docker run \

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.0` OR `1.0.0` for the [1.0.0](https://github.com/jdeathe/centos-ssh-redis/tree/1.0.0) release tag and `centos-7-2.0.0` OR `2.0.0` for the [2.0.0](https://github.com/jdeathe/centos-ssh-redis/tree/2.0.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.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.
1212

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

15-
- `centos-7`,`centos-7-2.0.0`,`2.0.0` [(centos-7/Dockerfile)](https://github.com/jdeathe/centos-ssh-redis/blob/centos-7/Dockerfile)
16-
- `centos-6`,`centos-6-1.0.0`,`1.0.0` [(centos-6/Dockerfile)](https://github.com/jdeathe/centos-ssh-redis/blob/centos-6/Dockerfile)
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)
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.pool-1.1.1 \
4141
-p 6379:6379/tcp \
4242
--sysctl "net.core.somaxconn=2048" \
43-
jdeathe/centos-ssh-redis:1.0.0
43+
jdeathe/centos-ssh-redis:1.0.1
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.0
77+
jdeathe/centos-ssh-redis:1.0.1
7878
```
7979

8080
#### Environment Variables

src/etc/systemd/system/centos-ssh-redis@.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Environment="DOCKER_USER=jdeathe"
5252
Environment="DOCKER_CONTAINER_OPTS="
5353
Environment="DOCKER_IMAGE_PACKAGE_PATH=/var/opt/scmi/packages"
5454
Environment="DOCKER_IMAGE_NAME=centos-ssh-redis"
55-
Environment="DOCKER_IMAGE_TAG=1.0.0"
55+
Environment="DOCKER_IMAGE_TAG=1.0.1"
5656
Environment="DOCKER_PORT_MAP_TCP_6379=6379"
5757
Environment="DOCKER_PORT_MAP_UDP_6379=NULL"
5858
Environment="REDIS_AUTOSTART_REDIS_BOOTSTRAP=true"

0 commit comments

Comments
 (0)