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 <[email protected]> > --- > 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 > [email protected] > https://lists.ozlabs.org/listinfo/patchwork _______________________________________________ Patchwork mailing list [email protected] https://lists.ozlabs.org/listinfo/patchwork
