Skip to content

Commit

Permalink
Fix unpacker link in remote snapshotter docs
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Vazquez <macedonv@amazon.com>
  • Loading branch information
austinvazquez committed Feb 11, 2024
1 parent bb45ce1 commit 4e368dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
jobs:
check:
runs-on: ubuntu-latest
if: github.repository == 'containerd/containerd'
name: lychee
timeout-minutes: 15
steps:
Expand Down
2 changes: 1 addition & 1 deletion docs/remote-snapshotter.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ if _, err := client.Pull(ctx, ref,

The containerd client queries remote snapshots to the underlying remote snapshotter using snapshotter APIs.
This section describes the high-level overview of how snapshotter APIs are used for remote snapshots functionality, with some piece of pseudo-codes that describe the simplified logic implemented in the containerd client.
For more details, see [`unpacker.go`](../pkg/unpack/unpacker.go) that implements this logic.
For more details, see [`unpacker.go`](../core/unpack/unpacker.go) that implements this logic.

During image pull, the containerd client calls `Prepare` API with the label `containerd.io/snapshot.ref`.
This is a containerd-defined label which contains ChainID that targets a committed snapshot that the client is trying to prepare.
Expand Down

0 comments on commit 4e368dd

Please sign in to comment.