jbergstroem / mariadb-alpine

A tiny and fast MariaDB container
MIT License
73 stars 19 forks source link

Support MariaDB v11.x.x #268

Open the-hotmann opened 1 year ago

the-hotmann commented 1 year ago

Currently I just see MariaDB v10.x.x Versions available. It would be nice, if also the new v11.x.x Versions would be available.

Even the official MariaDB Repo, does currently not have v11.3.x available as stable, while it is already released. Maybe this is you chance to go ahead and provide what they dont have :)

jbergstroem commented 1 year ago

Thanks for reporting! Since we rely on Alpine for packaging/versioning we can only use what they offer. The reasoning is likely that the 10.11.x series are LTS whereas 11 is supported for a year only.

You can find the packaging here: https://pkgs.alpinelinux.org/packages?name=mariadb&branch=edge&repo=&arch=&maintainer=

jbergstroem commented 1 year ago

Also, if they update I would like to get #258 in so the upgrade would be seamless.