diff --git a/images/docker-rdesktop/index.html b/images/docker-rdesktop/index.html
index d87a617e61..76c600fe9b 100644
--- a/images/docker-rdesktop/index.html
+++ b/images/docker-rdesktop/index.html
@@ -56,4 +56,4 @@
--pull \
-t lscr.io/linuxserver/rdesktop: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
- 18.05.23: - Rebase all Alpine images to 3.18, deprecate armhf.
- 27.10.22: - Rebase all Ubuntu images to Jammy 22.04.
- 26.10.22: - Rebase Alpine xfce to 3.16, migrate to s6v3.
- 05.03.22: - Organize tags differently to run Ubuntu at latest LTS, make Alpine latest, add docs about GPU accel.
- 05.05.21: - Reduce default packages to their flavor specific basics.
- 05.04.21: - Add Alpine flavor.
- 06.04.20: - Start PulseAudio in images to support audio
- 28.02.20: - Initial Releases