@@ -280,6 +280,56 @@ docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset
280
280
281
281
Once registered you can define the dockerfile to use with ` -f Dockerfile.aarch64` .
282
282
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 +\n legacy 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
+
283
333
# # Versions
284
334
285
335
* ** 30.06.24:** - Rebase to Alpine 3.20.
0 commit comments