11# =============================================================================
22# jdeathe/centos-ssh-redis
33#
4- # CentOS-6, Redis 3.2 .
4+ # CentOS-6, Redis 4.0 .
55# =============================================================================
6- FROM jdeathe/centos-ssh:1.9 .0
6+ FROM jdeathe/centos-ssh:2.4 .0
77
88RUN yum -y install \
99 --setopt=tsflags=nodocs \
1010 --disableplugin=fastestmirror \
11- redis32u-3.2.12 -1.ius.centos6 \
11+ redis40u-4.0.11 -1.ius.centos7 \
1212 && yum versionlock add \
13- redis32u * \
13+ redis40u * \
1414 && yum clean all
1515
1616# -----------------------------------------------------------------------------
@@ -58,12 +58,14 @@ ENV REDIS_AUTOSTART_REDIS_BOOTSTRAP="true" \
5858 REDIS_MAXMEMORY_POLICY="allkeys-lru" \
5959 REDIS_MAXMEMORY_SAMPLES="5" \
6060 REDIS_OPTIONS="" \
61- REDIS_TCP_BACKLOG="1024"
61+ REDIS_TCP_BACKLOG="1024" \
62+ SSH_AUTOSTART_SSHD=false \
63+ SSH_AUTOSTART_SSHD_BOOTSTRAP=false
6264
6365# -----------------------------------------------------------------------------
6466# Set image metadata
6567# -----------------------------------------------------------------------------
66- ARG RELEASE_VERSION="1 .0.0"
68+ ARG RELEASE_VERSION="2 .0.0"
6769LABEL \
6870 maintainer="James Deathe <james.deathe@gmail.com>" \
6971 install="docker run \
@@ -90,7 +92,7 @@ jdeathe/centos-ssh-redis:${RELEASE_VERSION} \
9092 org.deathe.license="MIT" \
9193 org.deathe.vendor="jdeathe" \
9294 org.deathe.url="https://github.com/jdeathe/centos-ssh-redis" \
93- org.deathe.description="CentOS-6 6.10 x86_64 - Redis 3.2 ."
95+ org.deathe.description="CentOS-7 7.5.1804 x86_64 - Redis 4.0 ."
9496
9597HEALTHCHECK \
9698 --interval=0.5s \
0 commit comments