1- FROM jdeathe/centos-ssh:2.5.1
1+ FROM jdeathe/centos-ssh:2.6.0
22
3- ARG RELEASE_VERSION="2.2.1 "
3+ ARG RELEASE_VERSION="2.3.0 "
44
55# ------------------------------------------------------------------------------
66# Base install of required packages
@@ -31,7 +31,7 @@ RUN sed -i \
3131 -e "s~{{RELEASE_VERSION}}~${RELEASE_VERSION}~g" \
3232 /etc/systemd/system/centos-ssh-memcached@.service \
3333 && chmod 644 \
34- /etc/supervisord.d/memcached-wrapper.conf \
34+ /etc/supervisord.d/50- memcached-wrapper.conf \
3535 && chmod 700 \
3636 /usr/{bin/healthcheck,sbin/memcached-wrapper}
3737
@@ -40,13 +40,14 @@ EXPOSE 11211
4040# ------------------------------------------------------------------------------
4141# Set default environment variables
4242# ------------------------------------------------------------------------------
43- ENV MEMCACHED_AUTOSTART_MEMCACHED_WRAPPER="true" \
43+ ENV \
44+ ENABLE_MEMCACHED_WRAPPER="true" \
45+ ENABLE_SSHD_BOOTSTRAP="false" \
46+ ENABLE_SSHD_WRAPPER="false" \
47+ ENABLE_SUPERVISOR_STDOUT="false" \
4448 MEMCACHED_CACHESIZE="64" \
4549 MEMCACHED_MAXCONN="1024" \
46- MEMCACHED_OPTIONS="-U 0" \
47- SSH_AUTOSTART_SSHD="false" \
48- SSH_AUTOSTART_SSHD_BOOTSTRAP="false" \
49- SSH_AUTOSTART_SUPERVISOR_STDOUT="false"
50+ MEMCACHED_OPTIONS="-U 0"
5051
5152# ------------------------------------------------------------------------------
5253# Set image metadata
@@ -77,7 +78,7 @@ jdeathe/centos-ssh-memcached:${RELEASE_VERSION} \
7778 org.deathe.license="MIT" \
7879 org.deathe.vendor="jdeathe" \
7980 org.deathe.url="https://github.com/jdeathe/centos-ssh-memcached" \
80- org.deathe.description="CentOS-7 7.5.1804 x86_64 - Memcached 1.4 ."
81+ org.deathe.description="Memcached 1.4 - CentOS-7 7.5.1804 x86_64."
8182
8283HEALTHCHECK \
8384 --interval=1s \
0 commit comments