Skip to content

Commit

Permalink
Merge pull request #243 from stefanprodan/local-cache-docs
Browse files Browse the repository at this point in the history
Add local cache to install docs
  • Loading branch information
stefanprodan committed Nov 12, 2023
2 parents 806d103 + 055c6cf commit 98b0744
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,17 @@ Configure your shell to load timoni completions:
mv _timoni ~/.zprezto/modules/completion/external/src/ # zprezto
```

## Local cache

Timoni maintains a local cache of modules pulled from remote container registries.
Cashing is meant to reduce network traffic for sequential pull operations and speeds up
applying bundles which refer to modules with identical layers.

The default cache location is `$HOME/.timoni/cache` and be changed with the `--cache-dir` global flag.

If the home directory is not writable, caching can be disabled by
setting the `TIMONI_CACHING=false` environment variable.

## SLSA Provenance & SBOMs

The build, release and provenance portions of Timoni's supply chain meet the
Expand Down

0 comments on commit 98b0744

Please sign in to comment.