This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
centos-7-2.5.1
jdeathe
released this
28 Feb 01:21
·
102 commits
to centos-7-develop
since this release
CentOS-7 7.5.1804 x86_64 - SCL/EPEL/IUS Repos / Supervisor / OpenSSH.
Release changes
- Deprecates use of
supervisor_stdout
- the default value ofSSH_AUTOSTART_SUPERVISOR_STDOUT
will be switched to "false" in a future release. - Updates Dockerfile with combined ADD to reduce layer count in final image.
- Fixes
scmi
installation error when using the--manager=systemd
option on Ubuntu hosts. - Fixes issues with failure to install/uninstall systemd units installed with scmi.
- Adds improvement to pull logic in systemd unit install template.
- Adds
docker-compose.yml
to.dockerignore
to reduce size of build context. - Adds docker-compose configuration example.
- Adds
SSH_AUTOSTART_SUPERVISOR_STDOUT
to control startup ofsupervisor_stdout
. - Adds drop-in configuration for
supervisor_stdout
in/etc/supervisord.d/00-supervisor_stdout.conf
. - Adds improved
healtchcheck
,sshd-bootstrap
andsshd-wrapper
scripts. - Adds validation of
SSH_INHERIT_ENVIRONMENT
values. - Removes reference to
python-setuptools
from README as it's no longer installed. - Removes requirement of
supervisor_stdout
for output of supervisord logs to stdout. - Removes unnecessary configuration file
/etc/sshd-bootstrap.conf
. - Removes unnecessary environment file
/etc/sshd-bootstrap.env
.
Download then load the docker image using:
$ xz -dc centos-ssh.2.5.1.tar.xz | docker load