clipper-registry/Clipper cache

Registry-backed cache volumes: lazily mount a clipper volume at a path on job start, push the changes back on job success. Chunk-level dedup means a warm push uploads only what changed.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathDirectory to cache (mounted as a clipper volume).yes
repoRegistry repository holding the cache tags (e.g. clipper.dev/org/ci-cache).yes
keyCache key prefix; the sanitized branch is appended. Mounts <key>-<branch> first, falls back to <key>-<base branch>, and pushes to <key>-<branch>. yes
base-branchFallback lineage branch. Defaults to the pull request's base branch, else the repository's default branch. no""
split-globGlob prefixes pushed as their own tar blobs (one per line), isolating churny subtrees so a warm push re-uploads KBs instead of whole blobs. no""
cdcContent-defined chunking on push.notrue
jobsParallel transfer jobs for mount and push.no16
versionClipper version to install (e.g. v0.28.0); latest by default.nolatest
namedescription
cache-hitWhether any tag mounted (false means cold start on a plain directory).
push-tagThe tag the post step pushes to (repo:key).