diff --git a/images/docker-thelounge/index.html b/images/docker-thelounge/index.html
index 966d984732..31c2ee1b05 100644
--- a/images/docker-thelounge/index.html
+++ b/images/docker-thelounge/index.html
@@ -43,5 +43,5 @@
--no-cache \
--pull \
-t lscr.io/linuxserver/thelounge: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
- 06.06.24: - Rebase to Alpine 3.20.
- 23.12.23: - Rebase to Alpine 3.19.
- 25.05.23: - Rebase to Alpine 3.18, deprecate armhf.
- 18.12.22: - Rebasing master to alpine 3.17.
- 24.10.22: - Fix sqlite3 build.
- 12.04.22: - Install from source using yarn.
- 11.04.22: - Rebasing to alpine 3.15 and switching from python2-dev to python3-dev for building node sqlite on arm.
- 23.01.21: - Rebasing to alpine 3.13.
- 02.06.20: - Rebasing to alpine 3.12.
- 19.12.19: - Rebasing to alpine 3.11.
- 28.06.19: - Rebasing to alpine 3.10.
- 15.05.19: - Update Arm variant images to build sqlite3 module.
- 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
- 22.02.19: - Rebasing to alpine 3.9.
- 28.01.19: - Add pipeline logic and multi arch.
- 25.08.18: - Use global install, simplifies adding users.
- 20.08.18: - Rebase to alpine 3.8.
- 06.01.18: - Rebase to alpine 3.7.
- 26.05.17: - Rebase to alpine 3.6.
- 06.02.17: - Rebase to alpine 3.5.
- 14.10.16: - Bump to pickup 2.10 release.
- 14.10.16: - Add version layer information.
- 11.09.16: - Add layer badges to README.
- 31.08.16: - Initial Release.