From 4db09c20db78b64a2e094d2dd572c20e0b8a4c33 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Fri, 20 Dec 2024 10:08:18 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-changedetection.io.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/images/docker-changedetection.io.md b/docs/images/docker-changedetection.io.md index 65d191762..08fbb8641 100755 --- a/docs/images/docker-changedetection.io.md +++ b/docs/images/docker-changedetection.io.md @@ -46,6 +46,10 @@ For more info read [the wiki](https://github.com/dgtlmoon/changedetection.io/wik This image can be run with a read-only container filesystem. For details please [read the docs](https://docs.linuxserver.io/misc/read-only/). +## 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/). + ## Usage To help you get started creating a container from this image you can either use docker-compose or the docker cli. @@ -122,6 +126,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) @@ -306,34 +311,31 @@ To help with development, we generate this dependency graph. init-os-end -> init-config init-changedetection-config -> init-config-end init-config -> init-config-end - init-os-end -> init-crontab-config + init-crontab-config -> init-config-end + init-config -> init-crontab-config init-mods-end -> init-custom-files 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-changedetection svc-changedetection -> legacy-services init-services -> svc-cron svc-cron -> legacy-services } Base Images: { - "baseimage-alpine:3.20" + "baseimage-alpine:3.21" } "changedetection.io:latest" <- Base Images ``` ## Versions +* **19.12.24:** - Rebase to Alpine 3.21. * **31.05.24:** - Rebase to Alpine 3.20. * **09.03.24:** - Build Playwright from source because Microsoft's build and packaging process is awful. * **08.03.24:** - Build Playwright-python from source, add libjpeg.