upstream(custom-html-tiny): release-notes sources
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
11
cc-ci-plan/upstream/custom-html-tiny.md
Normal file
11
cc-ci-plan/upstream/custom-html-tiny.md
Normal file
@ -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.
|
||||
Reference in New Issue
Block a user