diff --git a/images/docker-boinc/index.html b/images/docker-boinc/index.html
index 54f6c68a79..c5d1ec20eb 100644
--- a/images/docker-boinc/index.html
+++ b/images/docker-boinc/index.html
@@ -57,4 +57,4 @@
--pull \
-t lscr.io/linuxserver/boinc: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 19.08.24: - Rebase to noble. 10.02.24: - Update Readme with new env vars and ingest proper PWA icon. 03.04.23: - Rebase to KasmVNC base image. Deprecate armhf build as the new base does not support it. Add bzip2 and xz-utils. 14.11.22: - Fix opencl driver. 18.09.22: - Rebase to jammy. 24.02.22: - Rebase to focal. 31.01.22: - Improve device permissions setting verbosity. 23.03.21: - Rebase to rdesktop-web baseimage. Deprecate GUAC_USER
and GUAC_PASS
env vars. Existing users can set the new var PASSWORD
for the user abc
. 01.04.20: - Install boinc from ppa. 17.03.20: - Add armhf and aarch64 builds and switch to multi-arch image. 16.03.20: - Clean up old pid files. 15.03.20: - Initial release. August 19, 2024 February 5, 2019 Back to top