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

building mariadb fails #250

@josergc

Description

@josergc

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions