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

Releases: jdeathe/centos-ssh

centos-6-1.8.1

14 Jun 00:47
1.8.1
Compare
Choose a tag to compare

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

24 May 20:40
2.2.2
Compare
Choose a tag to compare

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 a LABEL.
  • Adds a src directory for the image root files.
  • Adds wrapper functions to functional test cases.
  • Adds STARTUP_TIME variable for the logs-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

24 May 20:13
1.8.0
Compare
Choose a tag to compare

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 a LABEL.
  • Adds a src directory for the image root files.
  • Adds wrapper functions to functional test cases.
  • Adds STARTUP_TIME variable for the logs-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

21 Feb 03:22
2.2.1
Compare
Choose a tag to compare

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

Release changes

  • Updates vim and openssh packages and the epel-release.
  • Fixes shpec test definition to allow make test to be interruptible.
  • Adds the openssl package (and it's dependency, make).
  • Adds README.md instruction to use docker pull before docker 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

21 Feb 03:00
1.7.6
Compare
Choose a tag to compare

CentOS-6 6.8 x86_64 - SCL/EPEL/IUS Repos / Supervisor / OpenSSH.

Release changes

  • Adds updated CentOS-7 version in README.md since updating to 7.3.1611.
  • Updates the vim package.
  • Fixes shpec test definition to allow make test to be interruptible.
  • Updates the openssl and libxml2 packages that contain high risk security vulnerabilities.
  • Adds README.md instruction to use docker pull before docker 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

19 Dec 02:21
2.2.0
Compare
Choose a tag to compare

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

15 Dec 03:09
2.1.5
Compare
Choose a tag to compare

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

Release changes

  • Adds updated sudo, openssh, yum-plugin-versionlock and xz packages.

  • Adds functional tests using shpec. To run all tests, install shpec and run with make 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

15 Dec 03:09
1.7.5
Compare
Choose a tag to compare

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 with make 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

05 Dec 00:58
2.1.4
Compare
Choose a tag to compare

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 to sshd 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

05 Dec 00:27
1.7.4
Compare
Choose a tag to compare

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 to sshd 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