File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,17 @@ Configure your shell to load timoni completions:
155
155
mv _timoni ~/.zprezto/modules/completion/external/src/ # zprezto
156
156
```
157
157
158
+ ## Local cache
159
+
160
+ Timoni maintains a local cache of modules pulled from remote container registries.
161
+ Cashing is meant to reduce network traffic for sequential pull operations and speeds up
162
+ applying bundles which refer to modules with identical layers.
163
+
164
+ The default cache location is ` $HOME/.timoni/cache ` and be changed with the ` --cache-dir ` global flag.
165
+
166
+ If the home directory is not writable, caching can be disabled by
167
+ setting the ` TIMONI_CACHING=false ` environment variable.
168
+
158
169
## SLSA Provenance & SBOMs
159
170
160
171
The build, release and provenance portions of Timoni's supply chain meet the
You can’t perform that action at this time.
0 commit comments