diff --git a/images/docker-mstream/index.html b/images/docker-mstream/index.html
index a2e04719da..a1bfaae914 100644
--- a/images/docker-mstream/index.html
+++ b/images/docker-mstream/index.html
@@ -46,4 +46,4 @@
--pull \
-t lscr.io/linuxserver/mstream: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
- 27.06.24: - Rebase to Alpine 3.20.
- 12.12.23: - Rebase to Alpine 3.19, move binaries to /app.
- 05.07.23: - Deprecate armhf. As announced here
- 13.02.23: - Rebase to Alpine 3.17, migrate to s6v3.
- 05.04.22: - Move
sync
folder to /config
. - 02.04.22: - Rebase to alpine 3.15. Fix ffmpeg download.
- 17.05.21: - Deprecating the env vars
USER
, PASSWORD
and USE_JSON
as mStream v5 requires the use of config.json
. - 23.01.21: - Rebasing to alpine 3.13.
- 01.06.20: - Rebasing to alpine 3.12.
- 19.12.19: - Rebasing to alpine 3.11.
- 28.06.19: - Rebasing to alpine 3.10.
- 18.05.19: - Inital Release