mirror of
https://github.com/linuxserver/docker-audacity.git
synced 2025-07-26 09:11:48 +02:00
Bot Updating Templated Files
This commit is contained in:
parent
3b48d0f753
commit
23648a4cc0
1 changed files with 19 additions and 15 deletions
|
@ -47,49 +47,53 @@ init_diagram: |
|
||||||
custom services -> legacy-services
|
custom services -> legacy-services
|
||||||
legacy-services -> ci-service-check
|
legacy-services -> ci-service-check
|
||||||
init-migrations -> init-adduser
|
init-migrations -> init-adduser
|
||||||
init-kasmvnc-end -> init-config
|
|
||||||
init-os-end -> init-config
|
init-os-end -> init-config
|
||||||
|
init-selkies-end -> init-config
|
||||||
init-config -> init-config-end
|
init-config -> init-config-end
|
||||||
init-crontab-config -> init-config-end
|
init-crontab-config -> init-config-end
|
||||||
init-config -> init-crontab-config
|
init-config -> init-crontab-config
|
||||||
init-mods-end -> init-custom-files
|
init-mods-end -> init-custom-files
|
||||||
init-adduser -> init-device-perms
|
init-adduser -> init-device-perms
|
||||||
base -> init-envfile
|
base -> init-envfile
|
||||||
init-os-end -> init-kasmvnc
|
|
||||||
init-nginx -> init-kasmvnc-config
|
|
||||||
init-video -> init-kasmvnc-end
|
|
||||||
base -> init-migrations
|
base -> init-migrations
|
||||||
init-config-end -> init-mods
|
init-config-end -> init-mods
|
||||||
init-mods-package-install -> init-mods-end
|
init-mods-package-install -> init-mods-end
|
||||||
init-mods -> init-mods-package-install
|
init-mods -> init-mods-package-install
|
||||||
init-kasmvnc -> init-nginx
|
init-selkies -> init-nginx
|
||||||
init-adduser -> init-os-end
|
init-adduser -> init-os-end
|
||||||
init-device-perms -> init-os-end
|
init-device-perms -> init-os-end
|
||||||
init-envfile -> init-os-end
|
init-envfile -> init-os-end
|
||||||
|
init-os-end -> init-selkies
|
||||||
|
init-nginx -> init-selkies-config
|
||||||
|
init-video -> init-selkies-end
|
||||||
init-custom-files -> init-services
|
init-custom-files -> init-services
|
||||||
init-kasmvnc-config -> init-video
|
init-selkies-config -> init-video
|
||||||
init-services -> svc-cron
|
init-services -> svc-cron
|
||||||
svc-cron -> legacy-services
|
svc-cron -> legacy-services
|
||||||
|
init-services -> svc-dbus
|
||||||
|
svc-xorg -> svc-dbus
|
||||||
|
svc-dbus -> legacy-services
|
||||||
init-services -> svc-de
|
init-services -> svc-de
|
||||||
svc-nginx -> svc-de
|
svc-nginx -> svc-de
|
||||||
|
svc-selkies -> svc-de
|
||||||
|
svc-xorg -> svc-de
|
||||||
svc-de -> legacy-services
|
svc-de -> legacy-services
|
||||||
init-services -> svc-docker
|
init-services -> svc-docker
|
||||||
svc-de -> svc-docker
|
|
||||||
svc-docker -> legacy-services
|
svc-docker -> legacy-services
|
||||||
init-services -> svc-kasmvnc
|
|
||||||
svc-pulseaudio -> svc-kasmvnc
|
|
||||||
svc-kasmvnc -> legacy-services
|
|
||||||
init-services -> svc-kclient
|
|
||||||
svc-kasmvnc -> svc-kclient
|
|
||||||
svc-kclient -> legacy-services
|
|
||||||
init-services -> svc-nginx
|
init-services -> svc-nginx
|
||||||
svc-kclient -> svc-nginx
|
|
||||||
svc-nginx -> legacy-services
|
svc-nginx -> legacy-services
|
||||||
init-services -> svc-pulseaudio
|
init-services -> svc-pulseaudio
|
||||||
svc-pulseaudio -> legacy-services
|
svc-pulseaudio -> legacy-services
|
||||||
|
init-services -> svc-selkies
|
||||||
|
svc-nginx -> svc-selkies
|
||||||
|
svc-pulseaudio -> svc-selkies
|
||||||
|
svc-xorg -> svc-selkies
|
||||||
|
svc-selkies -> legacy-services
|
||||||
|
init-services -> svc-xorg
|
||||||
|
svc-xorg -> legacy-services
|
||||||
}
|
}
|
||||||
Base Images: {
|
Base Images: {
|
||||||
"baseimage-kasmvnc:ubuntunoble" <- "baseimage-ubuntu:noble"
|
"baseimage-selkies:ubuntunoble" <- "baseimage-ubuntu:noble"
|
||||||
}
|
}
|
||||||
"audacity:latest" <- Base Images
|
"audacity:latest" <- Base Images
|
||||||
# changelog
|
# changelog
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue