From 1d5ee1142e91fdd79846a7a3086c8149f951c40c Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sun, 24 Mar 2019 22:17:44 +0000 Subject: [PATCH] Bot Updating Templated Files --- images/docker-mariadb.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/images/docker-mariadb.md b/images/docker-mariadb.md index 3f003a00c9..f6768f142d 100644 --- a/images/docker-mariadb.md +++ b/images/docker-mariadb.md @@ -22,7 +22,7 @@ The architectures supported by this image are: | :----: | --- | | x86-64 | amd64-latest | | arm64 | arm64v8-latest | -| armhf | arm32v6-latest | +| armhf | arm32v7-latest | ## Usage @@ -148,6 +148,7 @@ Find custom.cnf in /config for config changes (restart container for them to tak ## Versions +* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag. * **07.03.19:** - Add ability to setup a database and default user on first spinup. * **26.01.19:** - Add pipeline logic and multi arch. * **10.09.18:** - Rebase to ubuntu bionic and use 10.3 mariadb repository.