feature: support to print snapshot info for image - #5114
Open
ningmingxiao wants to merge 1 commit into
Open
Conversation
ningmingxiao
force-pushed
the
add_snapshot
branch
from
August 1, 2026 10:30
fba9a21 to
12f41b4
Compare
ningmingxiao
force-pushed
the
add_snapshot
branch
from
August 1, 2026 10:35
12f41b4 to
0534c23
Compare
ningmingxiao
marked this pull request as draft
August 1, 2026 10:42
ningmingxiao
force-pushed
the
add_snapshot
branch
from
August 1, 2026 11:14
0534c23 to
ab2ab7d
Compare
ningmingxiao
marked this pull request as ready for review
August 1, 2026 11:16
ningmingxiao
force-pushed
the
add_snapshot
branch
from
August 1, 2026 11:20
ab2ab7d to
5df6a98
Compare
ningmingxiao
marked this pull request as draft
August 1, 2026 12:33
ningmingxiao
force-pushed
the
add_snapshot
branch
2 times, most recently
from
August 1, 2026 13:28
8cb078f to
2fd81ee
Compare
ningmingxiao
marked this pull request as ready for review
August 1, 2026 13:29
ningmingxiao
force-pushed
the
add_snapshot
branch
2 times, most recently
from
August 1, 2026 13:32
36927fb to
9f96b9d
Compare
AkihiroSuda
reviewed
Aug 1, 2026
Signed-off-by: ningmingxiao <ning.mingxiao@zte.com.cn>
ningmingxiao
force-pushed
the
add_snapshot
branch
from
August 2, 2026 00:41
9f96b9d to
c55fd08
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
nerdctl -n k8s.io inspect busybox --mode=native
containerd config
will show snapshot info we can find busybox image use dir /var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/3/fs
todo add snapshot info for container rw layer.
@AkihiroSuda
fix containerd/containerd#10053