[PATCH] docker: Switch to MariaDB for wider platform support

Daniel Axtens dja at axtens.net
Wed Jul 8 11:28:51 AEST 2020


Applied to master, thanks.

Regards,
Daniel

> MySQL docker images only have amd64 arch support
> MariaDB images have amd64, arm64v8, and ppc64le
>
> Signed-off-by: Stewart Smith <stewart at flamingspork.com>
> ---
>  docker-compose.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/docker-compose.yml b/docker-compose.yml
> index 1762d4a..1d49c51 100644
> --- a/docker-compose.yml
> +++ b/docker-compose.yml
> @@ -1,7 +1,7 @@
>  version: "3"
>  services:
>    db:
> -    image: mysql:5.7
> +    image: mariadb:10.4
>      volumes:
>        - ./tools/docker/db/data:/var/lib/mysql
>      environment:
> -- 
> 2.26.2
>
> _______________________________________________
> Patchwork mailing list
> Patchwork at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/patchwork


More information about the Patchwork mailing list