Bot Updating Documentation

pull/274/head
LinuxServer-CI 2024-12-17 03:29:53 +00:00
rodzic 8b5423e7b2
commit 299c8bb77e
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 45 dodań i 0 usunięć

Wyświetl plik

@ -303,6 +303,51 @@ docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset
Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64`.
To help with development, we generate this dependency graph.
??? info "Init dependency graph"
```d2
"foldingathome:latest": {
docker-mods
base {
fix-attr +\nlegacy cont-init
}
docker-mods -> base
legacy-services
custom services
init-services -> legacy-services
init-services -> custom services
custom services -> legacy-services
legacy-services -> ci-service-check
init-migrations -> init-adduser
init-os-end -> init-config
init-config -> init-config-end
init-crontab-config -> init-config-end
init-foldingathome-video -> init-config-end
init-config -> init-crontab-config
init-mods-end -> init-custom-files
base -> init-envfile
init-config -> init-foldingathome-config
init-foldingathome-config -> init-foldingathome-video
base -> init-migrations
init-config-end -> init-mods
init-mods-package-install -> init-mods-end
init-mods -> init-mods-package-install
init-adduser -> init-os-end
init-envfile -> init-os-end
init-custom-files -> init-services
init-services -> svc-cron
svc-cron -> legacy-services
init-services -> svc-foldingathome
svc-foldingathome -> legacy-services
}
Base Images: {
"baseimage-ubuntu:noble"
}
"foldingathome:latest" <- Base Images
```
## Versions
* **10.08.24:** - Add libexpat1 for Nvidia support.