diff --git a/images/docker-mylar3/index.html b/images/docker-mylar3/index.html
index c3c99d3142..80321c1584 100644
--- a/images/docker-mylar3/index.html
+++ b/images/docker-mylar3/index.html
@@ -48,4 +48,4 @@
--pull \
-t lscr.io/linuxserver/mylar3:latest .
The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static
docker run --rm --privileged multiarch/qemu-user-static:register --reset
-
Once registered you can define the dockerfile to use with -f Dockerfile.aarch64
.
Versions
- 23.12.23: - Rebase to Alpine 3.19.
- 16.08.23: - Install unrar from linuxserver repo.
- 10.08.23: - Bump unrar to 6.2.10.
- 11.07.23: - Rebase to Alpine 3.18
- 07.07.23: - Deprecate armhf. As announced here
- 05.03.23: - Rebase to Alpine 3.17.
- 12.10.22: - Rebase to alpine 3.16 and upgrade to s6v3.
- 01.02.22: - Rebase to alpine 3.15.
- 02.11.21: - Rebase to alpine 3.14. Remove
pathlib.py
. - 25.05.21: - Add
libwebp
support. - 17.05.21: - Add linuxserver wheel index.
- 23.01.21: - Rebasing to alpine 3.13.
- 03.01.21: - Output mylar log to docker log.
- 21.12.20: - Release
nightly
tag based on commits to upstream python3-dev
branch. - 28.09.20: - Initial release.