Skip to content

Commit 216e862

Browse files
Bot Updating Templated Files
1 parent 6ec428e commit 216e862

File tree

1 file changed

+65
-1
lines changed

1 file changed

+65
-1
lines changed

readme-vars.yml

Lines changed: 65 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,71 @@ app_setup_block: |
8484
count: 1
8585
capabilities: [compute,video,graphics,utility]
8686
```
87-
87+
# init diagram
88+
init_diagram: |
89+
"kali-linux:latest": {
90+
docker-mods
91+
base {
92+
fix-attr +\nlegacy cont-init
93+
}
94+
docker-mods -> base
95+
legacy-services
96+
custom services
97+
init-services -> legacy-services
98+
init-services -> custom services
99+
custom services -> legacy-services
100+
legacy-services -> ci-service-check
101+
init-migrations -> init-adduser
102+
init-os-end -> init-config
103+
init-selkies-end -> init-config
104+
init-config -> init-config-end
105+
init-os-end -> init-crontab-config
106+
init-mods-end -> init-custom-files
107+
init-adduser -> init-device-perms
108+
base -> init-envfile
109+
base -> init-migrations
110+
base -> init-mods
111+
init-config-end -> init-mods
112+
init-mods -> init-mods-end
113+
init-mods-package-install -> init-mods-end
114+
init-mods -> init-mods-package-install
115+
init-selkies -> init-nginx
116+
base -> init-os-end
117+
init-adduser -> init-os-end
118+
init-device-perms -> init-os-end
119+
init-envfile -> init-os-end
120+
init-migrations -> init-os-end
121+
init-os-end -> init-selkies
122+
init-nginx -> init-selkies-config
123+
init-video -> init-selkies-end
124+
init-custom-files -> init-services
125+
init-mods-end -> init-services
126+
init-selkies-config -> init-video
127+
init-services -> svc-cron
128+
svc-cron -> legacy-services
129+
init-services -> svc-de
130+
svc-nginx -> svc-de
131+
svc-xorg -> svc-de
132+
svc-de -> legacy-services
133+
init-services -> svc-docker
134+
svc-de -> svc-docker
135+
svc-docker -> legacy-services
136+
init-services -> svc-nginx
137+
svc-nginx -> legacy-services
138+
init-services -> svc-pulseaudio
139+
svc-pulseaudio -> legacy-services
140+
init-services -> svc-selkies
141+
svc-nginx -> svc-selkies
142+
svc-pulseaudio -> svc-selkies
143+
svc-xorg -> svc-selkies
144+
svc-selkies -> legacy-services
145+
init-services -> svc-xorg
146+
svc-xorg -> legacy-services
147+
}
148+
Base Images: {
149+
"baseimage-selkies:kali" <- "baseimage-debian:kali"
150+
}
151+
"kali-linux:latest" <- Base Images
88152
# changelog
89153
changelogs:
90154
- {date: "19.06.25:", desc: "Rebase to Selkies baseimage."}

0 commit comments

Comments
 (0)