Files
cc-ci-orchestrator/cc-ci-plan/upstream/custom-html-tiny.md
autonomic-bot 85065880a5 upstream(custom-html-tiny): release-notes sources
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-05 01:58:29 +00:00

1.1 KiB

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.