Files
cc-ci-orchestrator/cc-ci-plan/upstream/custom-html-tiny.md

1.2 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-docker/git https://hub.docker.com/r/alpine/git/tags (image tags mirror the bundled git version; per-version git release notes at https://github.com/git/git/tree/v/Documentation/RelNotes)

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.