In #25 we unpinned mariadb back to 10... (right now pointing to 10.3.x)... just to discover that there are some config variables not existing anymore:
2019-01-18 22:25:48 0 [ERROR] mysqld: unknown variable 'innodb_file_format=barracuda'
2019-01-18 22:25:48 0 [ERROR] Aborting
Preventing the server to startup. So we pinned it back to 10.2.
This issue is about to try mariadb compatible with all the versions. Then we'll be really able to unpin it completely.
Ciao :-)