kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
06a682010b
commit
e735da6042
|
@ -351,36 +351,33 @@ To help with development, we generate this dependency graph.
|
||||||
init-migrations -> init-adduser
|
init-migrations -> init-adduser
|
||||||
init-os-end -> init-config
|
init-os-end -> init-config
|
||||||
init-config -> init-config-end
|
init-config -> init-config-end
|
||||||
|
init-crontab-config -> init-config-end
|
||||||
init-healthchecks-config -> init-config-end
|
init-healthchecks-config -> init-config-end
|
||||||
init-os-end -> init-crontab-config
|
init-config -> init-crontab-config
|
||||||
init-mods-end -> init-custom-files
|
init-mods-end -> init-custom-files
|
||||||
base -> init-envfile
|
base -> init-envfile
|
||||||
init-config -> init-healthchecks-config
|
init-config -> init-healthchecks-config
|
||||||
base -> init-migrations
|
base -> init-migrations
|
||||||
base -> init-mods
|
|
||||||
init-config-end -> init-mods
|
init-config-end -> init-mods
|
||||||
init-mods -> init-mods-end
|
|
||||||
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
|
||||||
base -> init-os-end
|
|
||||||
init-adduser -> init-os-end
|
init-adduser -> init-os-end
|
||||||
init-envfile -> init-os-end
|
init-envfile -> init-os-end
|
||||||
init-migrations -> init-os-end
|
|
||||||
init-custom-files -> init-services
|
init-custom-files -> init-services
|
||||||
init-mods-end -> init-services
|
|
||||||
init-services -> svc-cron
|
init-services -> svc-cron
|
||||||
svc-cron -> legacy-services
|
svc-cron -> legacy-services
|
||||||
init-services -> svc-healthchecks
|
init-services -> svc-healthchecks
|
||||||
svc-healthchecks -> legacy-services
|
svc-healthchecks -> legacy-services
|
||||||
}
|
}
|
||||||
Base Images: {
|
Base Images: {
|
||||||
"baseimage-alpine:3.20"
|
"baseimage-alpine:3.21"
|
||||||
}
|
}
|
||||||
"healthchecks:latest" <- Base Images
|
"healthchecks:latest" <- Base Images
|
||||||
```
|
```
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **20.12.24:** - Rebase to Alpine 3.21.
|
||||||
* **31.08.24:** - Enable IPv6 on uwsgi.
|
* **31.08.24:** - Enable IPv6 on uwsgi.
|
||||||
* **31.05.24:** - Rebase to Alpine 3.20.
|
* **31.05.24:** - Rebase to Alpine 3.20.
|
||||||
* **24.01.24:** - No longer write envs to local_settings.py. Envs will take precedence over any existing values in config file. Removed `REGENERATE_SETTINGS` as it is now obsolete.
|
* **24.01.24:** - No longer write envs to local_settings.py. Envs will take precedence over any existing values in config file. Removed `REGENERATE_SETTINGS` as it is now obsolete.
|
||||||
|
|
Ładowanie…
Reference in New Issue