kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
62cf0a2a4b
commit
566344ccbd
|
@ -333,6 +333,54 @@ docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset
|
||||||
|
|
||||||
Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64`.
|
Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64`.
|
||||||
|
|
||||||
|
To help with development, we generate this dependency graph.
|
||||||
|
|
||||||
|
??? info "Init dependency graph"
|
||||||
|
|
||||||
|
```d2
|
||||||
|
"doplarr:latest": {
|
||||||
|
docker-mods
|
||||||
|
base {
|
||||||
|
fix-attr +\nlegacy cont-init
|
||||||
|
}
|
||||||
|
docker-mods -> base
|
||||||
|
legacy-services
|
||||||
|
custom services
|
||||||
|
init-services -> legacy-services
|
||||||
|
init-services -> custom services
|
||||||
|
custom services -> legacy-services
|
||||||
|
legacy-services -> ci-service-check
|
||||||
|
init-migrations -> init-adduser
|
||||||
|
init-os-end -> init-config
|
||||||
|
init-config -> init-config-end
|
||||||
|
init-doplarr-config -> init-config-end
|
||||||
|
init-os-end -> init-crontab-config
|
||||||
|
init-mods-end -> init-custom-files
|
||||||
|
init-config -> init-doplarr-config
|
||||||
|
base -> init-envfile
|
||||||
|
base -> init-migrations
|
||||||
|
base -> init-mods
|
||||||
|
init-config-end -> init-mods
|
||||||
|
init-mods -> init-mods-end
|
||||||
|
init-mods-package-install -> init-mods-end
|
||||||
|
init-mods -> init-mods-package-install
|
||||||
|
base -> init-os-end
|
||||||
|
init-adduser -> init-os-end
|
||||||
|
init-envfile -> init-os-end
|
||||||
|
init-migrations -> init-os-end
|
||||||
|
init-custom-files -> init-services
|
||||||
|
init-mods-end -> init-services
|
||||||
|
init-services -> svc-cron
|
||||||
|
svc-cron -> legacy-services
|
||||||
|
init-services -> svc-doplarr
|
||||||
|
svc-doplarr -> legacy-services
|
||||||
|
}
|
||||||
|
Base Images: {
|
||||||
|
"baseimage-alpine:3.20"
|
||||||
|
}
|
||||||
|
"doplarr:latest" <- Base Images
|
||||||
|
```
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
* **24.06.24:** - Rebase to Alpine 3.20.
|
* **24.06.24:** - Rebase to Alpine 3.20.
|
||||||
|
|
Ładowanie…
Reference in New Issue