Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

building mariadb fails #250

Open
josergc opened this issue Jan 18, 2017 · 0 comments
Open

building mariadb fails #250

josergc opened this issue Jan 18, 2017 · 0 comments

Comments

@josergc
Copy link

josergc commented Jan 18, 2017

Check out the git repo, then
cd mariadb
docker build --rm -t test/mariadb .
I see the mariadb-server installed is
mariadb-server.x86_64 3:10.1.20-1.fc25
then
The command '/bin/sh -c INSTALL_PKGS="rsync tar gettext hostname bind-utils policycoreutils mariadb-server" && dnf install -y --setopt=tsflags=nodocs $INSTALL_PKGS && 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\.' && test "$(id mysql)" = "uid=27(mysql) gid=27(mysql) groups=27(mysql)"' returned a non-zero code: 1
because it is expected the version 10.0 to be installed instead of the version 10.1, right?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant