diff --git a/images/docker-habridge/index.html b/images/docker-habridge/index.html
index 30f0dd9e78..43dafd266e 100644
--- a/images/docker-habridge/index.html
+++ b/images/docker-habridge/index.html
@@ -48,4 +48,4 @@
--pull \
-t lscr.io/linuxserver/habridge: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
- 20.03.24: - Rebase to Alpine 3.19, bump JRE to 17.
- 25.08.23: - Rebase to Alpine 3.18.
- 07.07.23: - Deprecate armhf. As announced here
- 11.12.22: - Rebasing to alpine 3.17.
- 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.
- 11.02.19: - Add pipeline logic and multi arch.
- 28.08.18: - Rebase to alpine 3.8.
- 12.04.18: - Add workaround to bind to port 80 if needed.
- 08.04.18: - Initial Release.