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-7-2.4.0

12 Aug 19:11
2.4.0
a1afacb
Compare
Choose a tag to compare

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

12 Aug 14:21
1.9.0
b5eecb9
Compare
Choose a tag to compare

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

24 Apr 22:46
2.3.2
64444f9
Compare
Choose a tag to compare

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

24 Apr 21:45
1.8.4
da7a192
Compare
Choose a tag to compare

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

12 Jan 23:05
2.3.1
7659700
Compare
Choose a tag to compare

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 the scmi installer.

Download then load the docker image using:

$ xz -dc centos-ssh.2.3.1.tar.xz | docker load

centos-6-1.8.3

12 Jan 21:41
1.8.3
5d5ca5d
Compare
Choose a tag to compare

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 the scmi installer.

Download then load the docker image using:

$ xz -dc centos-ssh.1.8.3.tar.xz | docker load

centos-7-2.3.0

06 Oct 23:14
2.3.0
Compare
Choose a tag to compare

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

13 Sep 13:54
2.2.4
Compare
Choose a tag to compare

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

13 Sep 13:53
1.8.2
Compare
Choose a tag to compare

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

14 Jun 01:01
2.2.3
Compare
Choose a tag to compare

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