docs: clarify partial vs lazy pulling of images#28978
Merged
Luap99 merged 1 commit intoJun 19, 2026
Merged
Conversation
giuseppe
reviewed
Jun 19, 2026
giuseppe
left a comment
Contributor
There was a problem hiding this comment.
I don't think we need to mention "true lazy pulling". It is enough to name it "lazy pulling"
22751d9 to
b6feccb
Compare
The performance tutorial calls Podman's zstd:chunked / eStargz support "lazy pulling", which isn't accurate. By itself Podman only does partial pulling: it skips layer content it already has, but the image is still fully pulled before a container runs. Real lazy pulling, where the image is mounted before the download finishes, needs an external snapshotter such as stargz-snapshotter. Rename the section to "partial pulling" and add a sentence spelling out the difference, as @giuseppe suggested on the issue. Fixes: podman-container-tools#24947 Signed-off-by: Grzegorz Szczepanczyk <g.szczepanczyk@getprintbox.com>
b6feccb to
1abe0a8
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.
Podman's built-in
zstd:chunked/ eStargz support is documented as "lazy pulling", but on its own Podman only does partial pulling — the image is still fully pulled before a container runs. This renames it to "partial pulling" and adds a short note on the difference, per @giuseppe on the issue.Checklist
git commit -s).Fixes: #24947in commit message (if applicable)make validatepr(format/lint checks)Noneif no user-facing changes)Does this PR introduce a user-facing change?