Skip to content

Releases: bfren/docker-mariadb

v7.0.5

26 Oct 14:10
d4dd633
Compare
Choose a tag to compare
v7.0.5 (#191)

Minor updates
* Using latest base images

v7.0.4

18 Oct 08:35
ba55fb9
Compare
Choose a tag to compare
v7.0.4 (#190)

Minor updates
* Using latest base images
* Don't use del force

v7.0.3

13 Sep 08:43
d589f62
Compare
Choose a tag to compare
v7.0.3 (#189)

Minor updates
* Using latest base images
* Using MariaDB mirror

v7.0.2

05 Sep 14:40
dcf5afb
Compare
Choose a tag to compare
v7.0.2 (#188)

Minor updates
* Using latest base images

v7.0.1

16 Aug 07:57
0a81661
Compare
Choose a tag to compare
v7.0.1 (#187)

Build updates
* Adding correct path to publish.yml

Documentation updates
* Removing erroneous space from README

v7.0.0

16 Aug 07:46
95cab17
Compare
Choose a tag to compare
v7.0.0 (#186)

**Complete rewrite using [nushell](https://nushell.sh) - see UPGRADE_FROM_6x_TO_7x.md**

## Major updates and breaking changes
* To enter nushell do `docker exec -it container_name nu` and type `bf-mariadb + tab` to see a complete list of functions
* Changing VOL mount points to `/data` and `/backup`
* All environment variables now begin `BF_DB`

## Minor updates
* Updating to MariaDB 10.5.26, 10.6.19, 10.11.9, 11.1.6, 11.2.5
* Adding MariaDB 11.4.3, 11.5.2 and 11.6.1
* Dropping MariaDB 10.4.x, 10.9.x, 10.10.x and 11.0.x (out of support)
* Improving server checks
* Adding executable to enable / disable super user (see README)
* Using expanding APT syntax for MariaDB source list

## Build updates
* Updating workflows to latest versions
* Using -dev instead of -beta for development builds
* Using ghcr.io

## Development updates
* Enforcing LF line endings
* Map port 3306 to enable local connections when testing

## Documentation updates
* Updating copyright year to 2024
* Adding renamed environment variables and new executables

v6.0.13

13 Oct 13:07
7780c76
Compare
Choose a tag to compare
v6.0.13 (#185)

Minor updates
* Adding MariaDB 10.4

Build updates
* Updating workflows

v6.0.12

12 Oct 18:43
8494819
Compare
Choose a tag to compare
v6.0.12 (#184)

Minor updates
* Using latest Debian base images

v6.0.11

06 Oct 15:04
c6908cb
Compare
Choose a tag to compare
v6.0.11 (#183)

Minor updates
* Using latest Alpine base images

v6.0.10

06 Oct 08:45
b3baa8a
Compare
Choose a tag to compare
v6.0.10 (#182)

Minor updates
* Using latest base images