Description of problem: The f27 branch of the mariadb container does not build. The rpm -V check returns a non-zero code. Steps to Reproduce: 1.docker build -t mariadb . Actual results: When isolating the rpm -V command I have the following results Step 9/18 : RUN INSTALL_PKGS="rsync tar gettext hostname bind-utils mariadb-server policycoreutils" && rpm -V $INSTALL_PKGS ---> Running in 18881b511e57 ......G.. /var/lib/mysql The command '/bin/sh -c INSTALL_PKGS="rsync tar gettext hostname bind-utils mariadb-server policycoreutils" && rpm -V $INSTALL_PKGS' returned a non-zero code: 1
mariadb-10.1-18.f27container built now.