Build Moss

A pull-through cache for CI build artifacts and container layers.

Pipelines re-download the same dependencies on every run. Build Moss keeps a warm copy close to your runners, so repeat builds fetch from a regional endpoint instead of crossing the network again.

Endpoints

RegionHostStatus
Šiauliai, LTeu1.buildmoss.devoperational

Usage

cache:
  endpoint: https://eu1.buildmoss.dev
  scope: ${CI_PROJECT_PATH}
  ttl: 168h

Notes

Cached objects are content-addressed and expire on the TTL above. Nothing is written to long-term storage. Additional regions are provisioned on request.