Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

centos-7-2.0.3

Compare
Choose a tag to compare
@jdeathe jdeathe released this 21 Jun 12:38
· 586 commits to centos-7 since this release
2.0.3

CentOS-7 7.2.1511 x86_64 - SCL/EPEL/IUS Repos / Supervisor / OpenSSH.

Release changes

  • Fixed broken pipe error returned from get_password function in the sshd_bootstrap script.
  • Replaced hard-coded volume configuration volume name with Systemd template with the Environment variable VOLUME_CONFIG_NAME.
  • Fixed issue with setting an empty string for the DOCKER_PORT_MAP_TCP_22 value - allowing docker to auto-assign a port number.
  • Split out build specific configuration from the Makefile into a default.mk file and renamed make.conf to environment.mk - Makefile should now be more portable between Docker projects.

Deprecation notice

  • build.sh and run.sh are to be removed in the next release. They have been replaced with make all or make build install start
  • Support for configuration volumes will be removed in the next release. Configuration should now be possible without requirement for a configuration data volume by using the environment variables. If a specific case is required then a data volume can still be used but will not be handled by the installation and/or systemd helper scripts.
  • The systemd template unit file [email protected] will be removed in the next release. This has been replaced with [email protected] and etcd registration can be enabled with the companion service unit file template [email protected].

Download then load the docker image using:

$ xz -dc centos-ssh.centos-6-2.0.3.tar.xz | docker load