@@ -78,7 +78,68 @@ app_setup_block: |
7878 count: 1
7979 capabilities: [compute,video,graphics,utility]
8080 ```
81-
81+ # init diagram
82+ init_diagram : |
83+ "pcsx2:latest": {
84+ docker-mods
85+ base {
86+ fix-attr +\nlegacy cont-init
87+ }
88+ docker-mods -> base
89+ legacy-services
90+ custom services
91+ init-services -> legacy-services
92+ init-services -> custom services
93+ custom services -> legacy-services
94+ legacy-services -> ci-service-check
95+ init-migrations -> init-adduser
96+ init-os-end -> init-config
97+ init-selkies-end -> init-config
98+ init-config -> init-config-end
99+ init-crontab-config -> init-config-end
100+ init-config -> init-crontab-config
101+ init-mods-end -> init-custom-files
102+ init-adduser -> init-device-perms
103+ base -> init-envfile
104+ base -> init-migrations
105+ init-config-end -> init-mods
106+ init-mods-package-install -> init-mods-end
107+ init-mods -> init-mods-package-install
108+ init-selkies -> init-nginx
109+ init-adduser -> init-os-end
110+ init-device-perms -> init-os-end
111+ init-envfile -> init-os-end
112+ init-os-end -> init-selkies
113+ init-nginx -> init-selkies-config
114+ init-video -> init-selkies-end
115+ init-custom-files -> init-services
116+ init-selkies-config -> init-video
117+ init-services -> svc-cron
118+ svc-cron -> legacy-services
119+ init-services -> svc-de
120+ svc-nginx -> svc-de
121+ svc-selkies -> svc-de
122+ svc-xorg -> svc-de
123+ svc-de -> legacy-services
124+ init-services -> svc-docker
125+ svc-de -> svc-docker
126+ svc-docker -> legacy-services
127+ init-services -> svc-nginx
128+ svc-nginx -> legacy-services
129+ init-services -> svc-pulseaudio
130+ svc-pulseaudio -> legacy-services
131+ init-services -> svc-selkies
132+ svc-nginx -> svc-selkies
133+ svc-pulseaudio -> svc-selkies
134+ svc-xorg -> svc-selkies
135+ svc-selkies -> legacy-services
136+ init-services -> svc-xorg
137+ svc-xorg -> legacy-services
138+ }
139+ Base Images: {
140+ "baseimage-selkies:ubuntunoble" <- "baseimage-ubuntu:noble"
141+ }
142+ "pcsx2:latest" <- Base Images
82143# changelog
83144changelogs :
84145 - {date: "26.06.25:", desc: "Initial release."}
0 commit comments