Hi everybody,
As I can see, the automated build on the official registry (hub.dokcer.com) is in failure since few months. I tried to reproduce it and I think I found a solution.
Here is the patch, not very complex. Merry Chrismas Fedoristas!
--- Dockerfile.old 2016-12-25 19:28:04.307064692 +0100 +++ Dockerfile.new 2016-12-25 19:28:51.489582337 +0100 @@ -32,7 +32,7 @@ RUN INSTALL_PKGS="rsync tar gettext host rpm -V $INSTALL_PKGS && \ dnf clean all && \ mkdir -p /var/lib/mysql/data && chown -R mysql.0 /var/lib/mysql && \ - rpm -q --qf '%{version}' mariadb-server | grep -e '10.0.' && \ + rpm -q --qf '%{version}' mariadb-server | grep -e '10.1.' && \ test "$(id mysql)" = "uid=27(mysql) gid=27(mysql) groups=27(mysql)"
# Get prefix path and path to scripts rather than hard-code them in scripts