From 7176567df7d0a974cc3920efeb48ce675ecc89ed Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Thu, 19 Dec 2024 06:38:34 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-sickchill.md | 48 +++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/docs/images/docker-sickchill.md b/docs/images/docker-sickchill.md index 9f8e397af..a06f10d66 100644 --- a/docs/images/docker-sickchill.md +++ b/docs/images/docker-sickchill.md @@ -275,6 +275,54 @@ 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 + "sickchill: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-sickchill-config -> init-config-end + init-os-end -> init-crontab-config + init-mods-end -> init-custom-files + base -> init-envfile + base -> init-migrations + base -> init-mods + init-config-end -> init-mods + init-mods -> init-mods-end + init-mods-package-install -> init-mods-end + init-mods -> init-mods-package-install + base -> init-os-end + init-adduser -> init-os-end + init-envfile -> init-os-end + init-migrations -> init-os-end + init-custom-files -> init-services + init-mods-end -> init-services + init-config -> init-sickchill-config + init-services -> svc-cron + svc-cron -> legacy-services + init-services -> svc-sickchill + svc-sickchill -> legacy-services + } + Base Images: { + "baseimage-alpine:3.20" + } + "sickchill:latest" <- Base Images + ``` + ## Versions * **10.07.24:** - Rebase to Alpine 3.20.