diff --git a/images/docker-darktable/index.html b/images/docker-darktable/index.html
index 2ed73f241e..ecc4de94dc 100644
--- a/images/docker-darktable/index.html
+++ b/images/docker-darktable/index.html
@@ -52,4 +52,4 @@
--pull \
-t lscr.io/linuxserver/darktable: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
- 10.02.24: - Update Readme with new env vars and ingest proper PWA icon.
- 21.01.24: - Rebase to Arch as Alpine not longer offers aarch64.
- 18.03.23: - Rebase to KasmVNC base image.
- 23.10.22: - Rebase to Alpine 3.16, migrate to s6v3.
- 31.12.21: - Rebase to Alpine 3.15.
- 01.10.21: - Rebase to Alpine 3.14.
- 07.04.21: - Initial release.