This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
centos-6-1.7.1
CentOS-6 6.8 x86_64 - SCL/EPEL/IUS Repos / Supervisor / OpenSSH.
Release changes
- Fixes issue running
make dist
before creating package path. - Removes
Default requiretty
from sudoers configuration. This allows for sudo commands to be run via without the requirement to use the-t
option of thessh
command. - Adds correct path to scmi on image for install/uninstall.
- Improves readability of Dockerfile.
- Adds consistent method of handling publishing of exposed ports. It's now possible to prevent publishing of the default exposed port when using scmi/make for installation.
- Adds minor improvement to the systemd register template unit-file.
- Adds
/usr/sbin/sshd-wrapper
and moves lock file handling out of supervisord configuration. - Adds bootstrap script syntax changes for consistency and readability.
- Adds correction to scmi usage instructions; using centos-6-1.7.0 release tag would have resulted in error if attempting an
atomic install
. - Changes Makefile environment variable from
PACKAGE_PATH
toDIST_PATH
as the name conflicts with the Dockerfile ARG value used in some downstream builds. This is only used when building the, distributable, image package that gets attached to each release.
Download then load the docker image using:
$ xz -dc centos-ssh.centos-6-1.7.1.tar.xz | docker load