Skip to content

Releases: bfren/docker-mariadb

v1.3.1

09 Feb 17:15
82ad8d8
Compare
Choose a tag to compare
v1.3.1 (#14)

Major updates
* Using latest base image
* Switching to use esh from gomplate
* Removing many unused environment variables (rely on default values)

Minor updates
* DROP mysql@localhost user
* Moving MariaDB config file location
* Forward MariaDB error log to Docker

v1.3.0

07 Feb 13:31
332f9e4
Compare
Choose a tag to compare
v1.3.0 (#13)

Major updates
* Updating to latest Alpine S6
* Adding -u flag to executables and updating code accordingly
* Using new _disable executable

Minor updates
* Improving log output
* Trimming whitespace

Documentation updates
* Adding comments to mariadb/finish

v1.2.4

05 Feb 10:43
b386dd0
Compare
Choose a tag to compare

See #12

v1.2.3

01 Feb 16:26
709d11c
Compare
Choose a tag to compare

Updating to latest Alpine S6

v1.2.2

29 Jan 09:33
Compare
Choose a tag to compare

Bugfix: granting user@localhost permissions so healthcheck works correctly
Bugfix: removing duplicated environment variables

Change: binary logging disabled by default

v1.2.1

29 Jan 08:55
38b5a33
Compare
Choose a tag to compare

Bugfix: granting user@localhost permissions so healthcheck works correctly

v1.2.0

28 Jan 14:31
cabc868
Compare
Choose a tag to compare

Adding db-export and db-import executables

v1.1.0

27 Jan 14:18
3145d84
Compare
Choose a tag to compare

Updating version numbering away from MariaDB versions
Using latest Alpine S6 base image