This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
centos-7-2.1.3
·
419 commits
to centos-7-develop
since this release
CentOS-7 7.2.1511 x86_64 - SCL/EPEL/IUS Repos / Supervisor / OpenSSH.
Release changes
- Adds Makefile help target with usage instructions.
- Splits up the Makefile targets into internal and public types.
- Adds correct
scmi
path in usage instructions. - Changes
PACKAGE_PATH
toDIST_PATH
in line with the Makefile environment include. Not currently used byscmi
but changing for consistency. - Changes
DOCKER_CONTAINER_PARAMETERS_APPEND
toDOCKER_CONTAINER_OPTS
for usability. This is a potentially breaking change that could affect systemd service configurations if using the Environment variable in a drop-in customisation. However, if using the systemd template unit-files it should be pinned to a specific version tag. The Makefile should only be used for development/testing and usage inscmi
is internal only as the--setopt
parameter is used to build up the optional container parameters. - Removes X-Fleet section from template unit-file.
- Adds support for Base64 encoded
SSH_AUTHORIZED_KEYS
values. This resolves issues with setting multiple keys for the systemd installations.
Download then load the docker image using:
$ xz -dc centos-ssh.centos-7-2.1.3.tar.xz | docker load