cirruslabs/Setup omni-cache
Install and run omni-cache as a background sidecar for CI caching
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bucket | S3 bucket name for cache storage | yes | — |
| prefix | Prefix for cache objects | no | "" |
| host | Listen address for omni-cache (host:port format) | no | localhost:12321 |
| s3-endpoint | S3 endpoint override (e.g., https://s3.example.com) | no | "" |
| version | omni-cache version to install (e.g., v0.7.0). Defaults to latest. | no | latest |
Outputs
| name | description |
|---|---|
| cache-address | The resolved cache address (host:port) |
| cache-socket | The Unix socket path for the cache |
| version | The installed omni-cache version |