Skip to content

Commit 1358f86

Browse files
Bot Updating Documentation
1 parent 4f7f175 commit 1358f86

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

docs/images/docker-ldap-auth.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,56 @@ docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset
280280

281281
Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64`.
282282

283+
To help with development, we generate this dependency graph.
284+
285+
??? info "Init dependency graph"
286+
287+
```d2
288+
"ldap-auth:latest": {
289+
docker-mods
290+
base {
291+
fix-attr +\nlegacy cont-init
292+
}
293+
docker-mods -> base
294+
legacy-services
295+
custom services
296+
init-services -> legacy-services
297+
init-services -> custom services
298+
custom services -> legacy-services
299+
legacy-services -> ci-service-check
300+
init-migrations -> init-adduser
301+
init-os-end -> init-config
302+
init-config -> init-config-end
303+
init-ldap-config -> init-config-end
304+
init-os-end -> init-crontab-config
305+
init-mods-end -> init-custom-files
306+
base -> init-envfile
307+
init-config -> init-ldap-config
308+
base -> init-migrations
309+
base -> init-mods
310+
init-config-end -> init-mods
311+
init-mods -> init-mods-end
312+
init-mods-package-install -> init-mods-end
313+
init-mods -> init-mods-package-install
314+
base -> init-os-end
315+
init-adduser -> init-os-end
316+
init-envfile -> init-os-end
317+
init-migrations -> init-os-end
318+
init-custom-files -> init-services
319+
init-mods-end -> init-services
320+
init-services -> svc-cron
321+
svc-cron -> legacy-services
322+
init-services -> svc-ldap-app
323+
svc-ldap-app -> legacy-services
324+
init-services -> svc-ldap-daemon
325+
svc-ldap-daemon -> legacy-services
326+
}
327+
Base Images: {
328+
"baseimage-alpine:3.20"
329+
}
330+
"ldap-auth:latest" <- Base Images
331+
```
332+
283333
## Versions
284334

285335
* **30.06.24:** - Rebase to Alpine 3.20.

0 commit comments

Comments
 (0)