diff --git a/images/docker-htpcmanager/index.html b/images/docker-htpcmanager/index.html
index 0927d87de7..a334577bc4 100644
--- a/images/docker-htpcmanager/index.html
+++ b/images/docker-htpcmanager/index.html
@@ -43,5 +43,5 @@
--no-cache \
--pull \
-t lscr.io/linuxserver/htpcmanager: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.
- 08.01.24: - Rebase to Alpine 3.19.
- 25.08.23: - Rebase to Alpine 3.18.
- 04.07.23: - Deprecate armhf. As announced here
- 13.02.23: - Rebase to Alpine 3.17, migrate to s6v3.
- 24.08.22: - Rebase to alpine 3.15, use linuxserver.io wheel repo.
- 08.04.21: - Fix build.
- 10.02.21: - Rebasing to alpine 3.13.
- 26.10.20: - Rebase to alpine 3.12, python3, change upstream project
- 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.
- 16.01.19: - Add pipeline logic and multi arch.
- 17.08.18: - Rebase to alpine 3.8.
- 12.12.17: - Rebase to alpine 3.7.
- 20.07.17: - Internal git pull instead of at runtime.
- 25.05.17: - Rebase to alpine 3.6.
- 07.02.17: - Rebase to alpine 3.5.
- 14.10.16: - Add version layer information.
- 26.09.16: - Add back cherrypy after removal from baseimage.
- 10.09.16: - Add layer badges to README.
- 28.08.16: - Add badges to README.
- 08.08.16: - Rebase to alpine linux.
- 14.01.15: - Remove hardcoded loglevel from the run command, set in webui
- 19.09.15: - Initial Release.