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

Releases: jdeathe/centos-ssh-mysql

centos-6-1.2.2

28 Jun 18:16
Compare
Choose a tag to compare

CentOS-6 6.6 x86_64 - MySQL.

  • Fixes an issue with the init scripts/SQL not running due to Supervisord starting the mysqld process between database creation and running the init scripts.
  • Adds configuration change to force a default UTF8 character set for the connection and results.

Download then load the docker image using:

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

centos-6-1.2.1

25 May 13:39
Compare
Choose a tag to compare

CentOS-6 6.6 x86_64 - MySQL.

  • Updates the systemd service file to reference the correct tag version.
  • Fixes a few spelling errors in the README file.

Download then load the docker image using:

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

centos-6-1.2.0

03 May 20:03
Compare
Choose a tag to compare

CentOS-6 6.6 x86_64 - MySQL.

  • Updates CentOS to 6.6.
  • Adds MIT License.

Download then load the docker image using:

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

centos-6-1.0.1

15 Sep 20:11
Compare
Choose a tag to compare

CentOS-6 6.5 x86_64 - MySQL.

  • Removes the SSH port mapping from the systemd unit file since SSH is not enabled by default.

Download then load the docker image using:

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

centos-6-1.0.0

15 Sep 02:31
Compare
Choose a tag to compare

CentOS-6 6.5 x86_64 / MySQL. Image includes custom configuration via a configuration data volume.

Download then load the docker image using:

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