Releases: jdeathe/centos-ssh
centos-7-2.4.0
CentOS-7 7.5.1804 x86_64 - SCL/EPEL/IUS Repos / Supervisor / OpenSSH.
Release changes
- Updates source tag to CentOS 7.5.1804.
- Adds explicit user (root) for running
supervisord
.
Download then load the docker image using:
$ xz -dc centos-ssh.2.4.0.tar.xz | docker load
centos-6-1.9.0
CentOS-6 6.10 x86_64 - SCL/EPEL/IUS Repos / Supervisor / OpenSSH.
Release changes
- Update source to CentOS-6 6.10.
- Adds explicit user (root) for running
supervisord
.
Download then load the docker image using:
$ xz -dc centos-ssh.1.9.0.tar.xz | docker load
centos-7-2.3.2
CentOS-7 7.4.1708 x86_64 - SCL/EPEL/IUS Repos / Supervisor / OpenSSH.
Release changes
- Updates supervisor to 3.3.4.
- Adds feature to set
SSH_USER_PASSWORD
via a file path. e.g. Docker Swarm secrets. - Adds feature to set
SSH_AUTHORIZED_KEYS
via a file path. e.g. Docker Swarm config.
Download then load the docker image using:
$ xz -dc centos-ssh.2.3.2.tar.xz | docker load
centos-6-1.8.4
CentOS-6 6.9 x86_64 - SCL/EPEL/IUS Repos / Supervisor / OpenSSH.
Release changes
- Updates supervisor to 3.3.4.
- Adds feature to set
SSH_USER_PASSWORD
via a file path. e.g. Docker Swarm secrets. - Adds feature to set
SSH_AUTHORIZED_KEYS
via a file path. e.g. Docker Swarm config. - Updates python-setuptools to 0.6.10-4el6_9. Removes workaround for easy_install failure.
Download then load the docker image using:
$ xz -dc centos-ssh.1.8.4.tar.xz | docker load
centos-7-2.3.1
CentOS-7 7.4.1708 x86_64 - SCL/EPEL/IUS Repos / Supervisor / OpenSSH.
Release changes
- Updates
openssh
package to openssh-7.4p1-13.el7_4. - Adds a
.dockerignore
file. - Deprecates use of the fleet
--manager
option in thescmi
installer.
Download then load the docker image using:
$ xz -dc centos-ssh.2.3.1.tar.xz | docker load
centos-6-1.8.3
CentOS-6 6.9 x86_64 - SCL/EPEL/IUS Repos / Supervisor / OpenSSH.
Release changes
- Fixes image build failure caused by error installing supervisor via easy_install.
- Adds a
.dockerignore
file. - Deprecates use of the fleet
--manager
option in thescmi
installer.
Download then load the docker image using:
$ xz -dc centos-ssh.1.8.3.tar.xz | docker load
centos-7-2.3.0
CentOS-7 7.4.1708 x86_64 - SCL/EPEL/IUS Repos / Supervisor / OpenSSH.
Release changes
- Updates source tag to CentOS 7.4.1708.
Download then load the docker image using:
$ xz -dc centos-ssh.2.3.0.tar.xz | docker load
centos-7-2.2.4
CentOS-7 7.3.1611 x86_64 - SCL/EPEL/IUS Repos / Supervisor / OpenSSH.
Release changes
- Updates supervisor to version 3.3.3.
- Updates
sudo
package to sudo-1.8.6p7-23.el7_3. - Adds permissions to restrict access to the healthcheck script.
- Fixes declaration of local readonly and array bash variables in SCMI scripts.
- Fixes missing trailing newline in source vagrant insecure public key.
- Fixes missing trailing newline for keys added to
~/.ssh/authorized_keys
.
Download then load the docker image using:
$ xz -dc centos-ssh.2.2.4.tar.xz | docker load
centos-6-1.8.2
CentOS-6 6.9 x86_64 - SCL/EPEL/IUS Repos / Supervisor / OpenSSH.
Release changes
- Updates supervisor to version 3.3.3.
- Updates openssh and sudo to latest versions and remove openssl as upstream has latest.
- Adds permissions to restrict access to the healthcheck script.
- Fixes declaration of local readonly and array bash variables in SCMI scripts.
- Fixes missing trailing newline in source vagrant insecure public key.
- Fixes missing trailing newline for keys added to
~/.ssh/authorized_keys
.
Download then load the docker image using:
$ xz -dc centos-ssh.1.8.2.tar.xz | docker load
centos-7-2.2.3
CentOS-7 7.3.1611 x86_64 - SCL/EPEL/IUS Repos / Supervisor / OpenSSH.
Release changes
- Adds clearer, improved shpec test case output.
- Updates supervisor to version 3.3.2.
- Adds use of
/var/lock/subsys/
(subsystem lock directory) for bootstrap lock files. - Adds a Docker healthcheck.
Download then load the docker image using:
$ xz -dc centos-ssh.2.2.3.tar.xz | docker load