jbergstroem / mariadb-alpine

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

feat: mariadb 10.11 #236

Closed jbergstroem closed 1 year ago

jbergstroem commented 1 year ago

With Alpine 3.18 we also get the 10.11.x series of MariaDB.

Since mariadb-client now requires perl due to some bundled scripts we just remove all installed files by said package.

Closes: https://github.com/jbergstroem/mariadb-alpine/pull/234