From 85065880a5408ace7cbecd9cd1fa14aa65755e86 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Fri, 5 Jun 2026 01:58:29 +0000 Subject: [PATCH] upstream(custom-html-tiny): release-notes sources Co-Authored-By: Claude Sonnet 4.6 --- cc-ci-plan/upstream/custom-html-tiny.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cc-ci-plan/upstream/custom-html-tiny.md diff --git a/cc-ci-plan/upstream/custom-html-tiny.md b/cc-ci-plan/upstream/custom-html-tiny.md new file mode 100644 index 0000000..feeb757 --- /dev/null +++ b/cc-ci-plan/upstream/custom-html-tiny.md @@ -0,0 +1,11 @@ +# Upstream sources — custom-html-tiny + +| service | image | source repo | releases / changelog | +|---------|-------|-------------|----------------------| +| app | joseluisq/static-web-server | https://github.com/static-web-server/static-web-server | https://github.com/static-web-server/static-web-server/releases | +| git | alpine/git | https://github.com/alpine-git/alpine-git | https://hub.docker.com/r/alpine/git/tags | + +## Standing notes +- `git` service is in `compose.git-pull.yml` (optional overlay for periodic git-pull into the content volume); it is not in the base `compose.yml`. +- static-web-server v2.41.0: `--ignore-hidden-files` and `--disable-symlinks` became **enabled by default**. No compose change needed as the recipe uses explicit `-d` and not hidden files/symlinks in standard config. Operators relying on those features should add `--ignore-hidden-files=false` / `--disable-symlinks=false` to the app command. +- static-web-server v2.40.0: Default serving directory changed from `/public` to `/var/public` for rootless images. No impact — recipe passes `-d` explicitly.