diff --git a/images/docker-minisatip/index.html b/images/docker-minisatip/index.html
index aa4ce67cbe..c288c8c3fb 100644
--- a/images/docker-minisatip/index.html
+++ b/images/docker-minisatip/index.html
@@ -52,5 +52,5 @@
--no-cache \
--pull \
-t lscr.io/linuxserver/minisatip: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
- 30.06.24: - Rebase to Alpine 3.20.
- 08.12.23: - Rebase to Alpine 3.19, switch to building from releases rather than commits.
- 26.07.23: - Build with DDCI=1 for Digital Devices CI support.
- 03.07.23: - Deprecate armhf. As announced here
- 12.11.22: - Rebasing to alpine 3.137, upgrading to s6v3.
- 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.
- 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
- 22.02.19: - Rebasing to alpine 3.9.
- 20.02.19: - Fix run options.
- 11.02.19: - Add pipeline logic and multi arch.
- 28.08.18: - Rebase to Alpine 3.8.
- 13.12.17: - Rebase to Alpine 3.7.
- 28.05.17: - Rebase to Alpine 3.6.
- 08.02.17: - Rebase to Alpine 3.5 and only compile libs in dvb-apps.
- 14.10.16: - Add version layer information.
- 18.09.16: - Add support for Common Interface.
- 11.09.16: - Add layer badges to README.
- 28.08.16: - Add badges to README.
- 15.08.16: - Initial Release.