diff --git a/images/docker-kasm/index.html b/images/docker-kasm/index.html
index 4d4eb4c6eb..6c719e9694 100644
--- a/images/docker-kasm/index.html
+++ b/images/docker-kasm/index.html
@@ -57,4 +57,4 @@
--pull \
-t lscr.io/linuxserver/kasm:latest .
The ARM variants can be built on x86_64 hardware and vice versa using lscr.io/linuxserver/qemu-static
docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset
-
Once registered you can define the dockerfile to use with -f Dockerfile.aarch64
.
Versions
- 24.09.24: - Add base users in docker build logic to survive container upgrades.
- 17.09.24: - Update base image for 1.16.0 release and fix Nvidia support.
- 16.02.24: - Update base image for 1.15.0 release.
- 22.08.23: - Update base image for 1.14.0 release.
- 07.04.23: - Add mod layer for ingesting LSIO images for 1.13.0 release.
- 28.03.23: - Pin compose to 2.5.0 to be in sync with upstream requirements.
- 05.11.22: - Rebase to Jammy, add support for GPUs, add support for Gamepads.
- 23.09.22: - Migrate to s6v3.
- 02.07.22: - Initial Release.