diff --git a/docs/images/docker-jackett.md b/docs/images/docker-jackett.md index be4ad8a41..41927c804 100644 --- a/docs/images/docker-jackett.md +++ b/docs/images/docker-jackett.md @@ -45,7 +45,15 @@ This image can be run with a read-only container filesystem. For details please ### Caveats -`AUTO_UPDATE` will not be available. +* `AUTO_UPDATE` will not be available. + +## Non-Root Operation + +This image can be run with a non-root user. For details please [read the docs](https://docs.linuxserver.io/misc/non-root/). + +### Caveats + +* `AUTO_UPDATE` will not be available. ## Usage @@ -111,7 +119,7 @@ Containers are configured using parameters passed at runtime (such as those abov | `PUID=1000` | for UserID - see below for explanation | | `PGID=1000` | for GroupID - see below for explanation | | `TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). | -| `AUTO_UPDATE=true` | Allow Jackett to update inside of the container (currently recommended by Jackett and enabled by default) | +| `AUTO_UPDATE=true` | Allow Jackett to update inside of the container. | | `RUN_OPTS=` | Optionally specify additional arguments to be passed. | ### Volume Mappings (`-v`) @@ -126,6 +134,7 @@ Containers are configured using parameters passed at runtime (such as those abov | Parameter | Function | | :-----: | --- | | `--read-only=true` | Run container with a read-only filesystem. Please [read the docs](https://docs.linuxserver.io/misc/read-only/). | +| `--user=1000:1000` | Run container with a non-root user. Please [read the docs](https://docs.linuxserver.io/misc/non-root/). | ## Environment variables from files (Docker secrets) @@ -308,36 +317,33 @@ To help with development, we generate this dependency graph. init-migrations -> init-adduser init-os-end -> init-config init-config -> init-config-end + init-crontab-config -> init-config-end init-jackett-config -> init-config-end - init-os-end -> init-crontab-config + init-config -> init-crontab-config init-mods-end -> init-custom-files base -> init-envfile init-config -> init-jackett-config 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-jackett svc-jackett -> legacy-services } Base Images: { - "baseimage-alpine:3.20" + "baseimage-alpine:3.21" } "jackett:latest" <- Base Images ``` ## Versions +* **12.01.25:** - Rebase to Alpine 3.21. * **31.05.24:** - Rebase to Alpine 3.20. * **11.03.24:** - Rebase to Alpine 3.19. Deprecate development tag as upstream is publishing nightly stable releases. * **11.07.23:** - Rebase to Alpine 3.18.