From 1b0bc43844fcaf5c66be27e9796a29f3b0626dc5 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Mon, 16 Dec 2024 15:42:08 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-changedetection.io.md | 48 ++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/docs/images/docker-changedetection.io.md b/docs/images/docker-changedetection.io.md index 0599e90bf..65d191762 100755 --- a/docs/images/docker-changedetection.io.md +++ b/docs/images/docker-changedetection.io.md @@ -284,6 +284,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 + "changedetection.io: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-config -> init-changedetection-config + init-os-end -> init-config + init-changedetection-config -> init-config-end + init-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-services -> svc-changedetection + svc-changedetection -> legacy-services + init-services -> svc-cron + svc-cron -> legacy-services + } + Base Images: { + "baseimage-alpine:3.20" + } + "changedetection.io:latest" <- Base Images + ``` + ## Versions * **31.05.24:** - Rebase to Alpine 3.20.