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.3.1

21 Nov 00:20
Compare
Choose a tag to compare

CentOS-6 6.6 x86_64 - EPEL/IUS Repos / OpenSSH / Supervisor.

Base docker image includes: Public key authentication, Automated password generation, supports custom configuration via a configuration data volume.

  • Fixed build error + updated package versions.
  • Fixed 'Error: could not find config file /etc/supervisord.conf' being logged on non Darwin docker hosts.
  • Fixed issues displaying correct image after using the build.sh helper script.
  • Fix issue with locale warnings when execing bash.
  • Added support for environment variables to allow configuration of user settings.
  • Made general improvements to the ssh-bootstrap script.
  • Updated Documentation

Download then load the docker image using:

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

centos-6-1.3.0

15 Jul 12:15
Compare
Choose a tag to compare

CentOS-6 6.6 x86_64 - EPEL/IUS Repos / OpenSSH / Supervisor.

Base docker image includes: Public key authentication, Automated password generation, supports custom configuration via a configuration data volume.

  • Add IUS repository.
  • Specify package versions, add versionlock package and lock packages.
  • Locate the SSH configuration file in a subdirectory to be more consistent.
  • Added support for running and building on Mac Docker hosts (when using boot2docker).

Download then load the docker image using:

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

centos-6-1.2.0

15 Jul 12:05
Compare
Choose a tag to compare

CentOS-6 6.6 x86_64 - EPEL Repo. / OpenSSH / Supervisor

Base docker image includes: Public key authentication, Automated password generation, supports custom configuration via a configuration data volume.

  • Updated to CentOS 6.6 from 6.5
  • Added MIT License

Download then load the docker image using:

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

Note: This should have been tagged as 1.1.0

centos-6-1.0.2

16 Jul 15:02
Compare
Choose a tag to compare

CentOS-6 6.5 x86_64 - EPEL Repo. / OpenSSH / Supervisor

Base docker image includes: Public key authentication, Automated password generation, supports custom configuration via a configuration data volume.

  • Moved container resources into a directory structure representative of the destination it should be added to in the container file system.
  • Reduced the number of build commands to reduce the layer count of the final image; there is currently a 127 layer limit.

Download then load the docker image using:

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

centos-6-1.0.1

16 Jul 15:03
Compare
Choose a tag to compare

CentOS-6 6.5 x86_64 - EPEL Repo. / OpenSSH / Supervisor

Base docker image includes: Public key authentication, Automated password generation, supports custom configuration via a configuration data volume.

  • Fixed an issue with a missing configuration volume required by the run.sh helper script.

Download then load the docker image using:

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

centos-6-1.0.0

16 Jul 07:37
Compare
Choose a tag to compare

CentOS-6 6.5 x86_64 - EPEL Repo. / OpenSSH / Supervisor

Base docker image includes: Public key authentication, Automated password generation, supports custom configuration via a configuration data volume.

Download then load the docker image using:

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