yobasystems / alpine-mariadb

MariaDB running on Alpine Linux [Docker]
https://hub.docker.com/r/yobasystems/alpine-mariadb/
237 stars 71 forks source link

MariaDB 11.0.x #70

Closed SoulInfernoDE closed 1 year ago

SoulInfernoDE commented 1 year ago

Could you update your alpine image to MariaDB 11 as there seems to be a stable release now.

Thank you :heart:

https://hub.docker.com/layers/library/mariadb/11.0.2/images/sha256-c57215c3aabbdb96353ce8b89a7bd6be089f49a4d6bb37f199288a1bf0438a02?context=explore

Careful with version 11.1.x and 11.2.x as these are non stable versions yet.

dominictayloruk commented 1 year ago

https://pkgs.alpinelinux.org/packages?name=mariadb&branch=v3.18&repo=&arch=&maintainer=

SoulInfernoDE commented 1 year ago

Oh I was thinking you did compile from source, does this work yet?

https://mariadb.com/kb/en/building-mariadb-from-source-using-musl-based-gnulinux/

https://github.com/MariaDB/server/releases/tag/mariadb-11.0.2

SoulInfernoDE commented 1 year ago

@dominictayloruk

I digged into it myself and could successfully build mariadb-11.0.2 :hammer_and_wrench: on alpine.

If you like you can adapt the files for example to a testing branch of mariadb-11 yourself.

:link: https://github.com/SoulInfernoDE/dockerfiles/releases

I only changed the version number to 11.0.2 in the APKBUILD file :memo:

dominictayloruk commented 1 year ago

👍👍👍