-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Libpod images pull changes #11154
Libpod images pull changes #11154
Conversation
Changes LGTM, but tests aren't buying them |
@TomSweeneyRedHat strange, it was failing the |
@cdoern Why cache pull output vs. streaming it to client? What is the benefit? You are increasing the amount of memory needed by server and breaking API. |
@jwhonce main reason for caching it was for the |
SGTM |
Added quiet param to docs to limit stream output. Formatted JSON. fixes containers#10612 Signed-off-by: cdoern <[email protected]> Signed-off-by: cdoern <[email protected]>
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cdoern, mheon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Added quiet param to docs to limit stream output. Formatted JSON.
This is a breaking change for podman 4.0 as it changes the output of the libpod API, but I believe this makes it function more similarly to native podman pull.
fixes #10612
Signed-off-by: cdoern [email protected]