Releases: jdeathe/centos-ssh
centos-6-1.8.1
CentOS-6 6.9 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.1.8.1.tar.xz | docker load
centos-7-2.2.2
CentOS-7 7.3.1611 x86_64 - SCL/EPEL/IUS Repos / Supervisor / OpenSSH.
Release changes
- Updates
openssh
package 6.6.1p1-35.el7_3. - Replaces deprecated Dockerfile
MAINTAINER
with aLABEL
. - Adds a
src
directory for the image root files. - Adds wrapper functions to functional test cases.
- Adds
STARTUP_TIME
variable for thelogs-delayed
Makefile target.
Download then load the docker image using:
$ xz -dc centos-ssh.2.2.2.tar.xz | docker load
centos-6-1.8.0
CentOS-6 6.9 x86_64 - SCL/EPEL/IUS Repos / Supervisor / OpenSSH.
Release changes
- Update source to CentOS-6 6.9.
- Replaces deprecated Dockerfile
MAINTAINER
with aLABEL
. - Adds a
src
directory for the image root files. - Adds wrapper functions to functional test cases.
- Adds
STARTUP_TIME
variable for thelogs-delayed
Makefile target.
Download then load the docker image using:
$ xz -dc centos-ssh.1.8.0.tar.xz | docker load
centos-7-2.2.1
CentOS-7 7.3.1611 x86_64 - SCL/EPEL/IUS Repos / Supervisor / OpenSSH.
Release changes
- Updates
vim
andopenssh
packages and theepel-release
. - Fixes
shpec
test definition to allowmake test
to be interruptible. - Adds the
openssl
package (and it's dependency,make
). - Adds
README.md
instruction to usedocker pull
beforedocker inspect
on an image.
Download then load the docker image using:
$ xz -dc centos-ssh.2.2.1.tar.xz | docker load
centos-6-1.7.6
CentOS-6 6.8 x86_64 - SCL/EPEL/IUS Repos / Supervisor / OpenSSH.
Release changes
- Adds updated CentOS-7 version in
README.md
since updating to7.3.1611
. - Updates the
vim
package. - Fixes
shpec
test definition to allowmake test
to be interruptible. - Updates the
openssl
andlibxml2
packages that contain high risk security vulnerabilities. - Adds
README.md
instruction to usedocker pull
beforedocker inspect
on an image.
Download then load the docker image using:
$ xz -dc centos-ssh.1.7.6.tar.xz | docker load
centos-7-2.2.0
CentOS-7 7.3.1611 x86_64 - SCL/EPEL/IUS Repos / Supervisor / OpenSSH.
Release changes
- Adds CentOS 7.3.1611 source tag.
Download then load the docker image using:
$ xz -dc centos-ssh.2.2.0.tar.xz | docker load
centos-7-2.1.5
CentOS-7 7.2.1511 x86_64 - SCL/EPEL/IUS Repos / Supervisor / OpenSSH.
Release changes
-
Adds updated
sudo
,openssh
,yum-plugin-versionlock
andxz
packages. -
Adds functional tests using shpec. To run all tests, install
shpec
and run withmake test
. -
Adds support for running tests on Ubuntu. Note: May require some additional setup prevent warnings about locale.
sudo locale-gen en_US.UTF-8; sudo dpkg-reconfigure locales export LANG=en_US.UTF-8; unset LANGUAGE LC_ALL LC_CTYPE
-
Adds correction to examples and test usage of the
sftp
command. -
Adds a "better practices" example of password hash generation in the
README.md
. -
Adds minor code style changes to the
Makefile
.
Download then load the docker image using:
$ xz -dc centos-ssh.2.1.5.tar.xz | docker load
centos-6-1.7.5
CentOS-6 6.8 x86_64 - SCL/EPEL/IUS Repos / Supervisor / OpenSSH.
Release changes
-
Adds updated
sudo
package. -
Adds functional tests using shpec. To run all tests, install
shpec
and run withmake test
. -
Adds support for running tests on Ubuntu. Note: May require some additional setup prevent warnings about locale.
sudo locale-gen en_US.UTF-8; sudo dpkg-reconfigure locales export LANG=en_US.UTF-8; unset LANGUAGE LC_ALL LC_CTYPE
-
Adds correction to examples and test usage of the
sftp
command. -
Adds a "better practices" example of password hash generation in the
README.md
. -
Adds minor code style changes to the
Makefile
.
Download then load the docker image using:
$ xz -dc centos-ssh.1.7.5.tar.xz | docker load
centos-7-2.1.4
CentOS-7 7.2.1511 x86_64 - SCL/EPEL/IUS Repos / Supervisor / OpenSSH.
Release changes
- Adds correct Makefile usage instructions for 'build' target.
- Adds info regarding NULL port values in Makefile help.
- Removes requirement for
gawk
in the port handling functions for SCMI and the systemd template unit-file. - Adds reduced number of build steps to image which helps reduce final image size.
- Adds
-u
parameter tosshd
options to help reduce time spent doing DNS lookups during authentication. - Adds a change log (
CHANGELOG.md
). - Adds support for semantic version numbered tags.
Download then load the docker image using:
$ xz -dc centos-ssh.2.1.4.tar.xz | docker load
centos-6-1.7.4
CentOS-6 6.8 x86_64 - SCL/EPEL/IUS Repos / Supervisor / OpenSSH.
Release changes
- Adds correct Makefile usage instructions for 'build' target.
- Adds info regarding NULL port values in Makefile help.
- Removes requirement for
gawk
in the port handling functions for SCMI and the systemd template unit-file. - Adds reduced number of build steps to image which helps reduce final image size.
- Adds
-u
parameter tosshd
options to help reduce time spent doing DNS lookups during authentication. - Adds a change log (
CHANGELOG.md
). - Adds support for semantic version numbered tags.
Download then load the docker image using:
$ xz -dc centos-ssh.1.7.4.tar.xz | docker load