Skip to content

Display image pull progress in CLI#3805

Merged
jvstme merged 1 commit intomasterfrom
issue_2187_image_pull_progress
Apr 22, 2026
Merged

Display image pull progress in CLI#3805
jvstme merged 1 commit intomasterfrom
issue_2187_image_pull_progress

Conversation

@jvstme
Copy link
Copy Markdown
Collaborator

@jvstme jvstme commented Apr 21, 2026

For VM-based backends, display the size and
progress of pulling the Docker image.

Format: <extracted>/<downloaded>/<total>.

Layers already cached on the instance before the
pull started are excluded from the total. During
the initial stages of a pull, the total size is
prefixed with to indicate that it is a
lower-bound estimate which may increase as
additional layers are discovered.

image-pull-progress-three-part

Closes #2187

For VM-based backends, display the size and
progress of pulling the Docker image.

Format: `<extracted>/<downloaded>/<total>`.

Layers already cached on the instance before the
pull started are excluded from the total. During
the initial stages of a pull, the total size is
prefixed with `≥` to indicate that it is a
lower-bound estimate which may increase as
additional layers are discovered.
@jvstme jvstme requested a review from un-def April 21, 2026 23:04
@jvstme jvstme merged commit a1e30c2 into master Apr 22, 2026
56 checks passed
@jvstme jvstme deleted the issue_2187_image_pull_progress branch April 22, 2026 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Show Docker image pull progress

2 participants