You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
D3vil0p3r
changed the title
[FEATURE] Implement Progress Details in podman pull API as docker
[FEATURE] Implement Progress Details in podman pull API as occurs in docker pull API
Dec 21, 2024
Feature request description
Currently, by invoking podman pull API:
produces an output in JSON containing only
stream
field with no progress details, i.e.:This output is also different by the one produced by
podman pull
command that actually shows a progress bar:It would be very nice if this pull API could be improved in order to output progress details as occurs by docker pull API:
It can be useful for third-party programs using Podman SDK to manage or show the progress process in a flexible manner.
Suggest potential solution
My proposal is to replace
stream
element and use the same ones used in docker pull API, that are:status
progressDetails
current
total
progress
id
Have you considered any alternatives?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: