docs: fix paths from local to system install
This commit is contained in:
parent
93ba233a12
commit
dea655ce95
2 changed files with 10 additions and 4 deletions
|
|
@ -11,7 +11,9 @@
|
|||
|
||||
- **`Pull`** wraps `go-containerregistry`'s `remote.Image` with the
|
||||
`linux/amd64` platform pinned. Layer blobs cache under
|
||||
`~/.cache/banger/oci/blobs/` and populate lazily during flatten.
|
||||
`/var/cache/banger/oci/blobs/` (system install) or
|
||||
`~/.cache/banger/oci/blobs/` (dev mode) and populate lazily during
|
||||
flatten.
|
||||
- **`Flatten`** replays layers oldest-first into a staging directory,
|
||||
applies whiteouts, rejects unsafe paths plus filenames that banger's
|
||||
debugfs ownership fixup cannot encode safely. Returns a `Metadata`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue