Skip to content

libpod: add pullprogress to /libpod/images/pull #26444

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

flouthoc
Copy link
Collaborator

Following PR attempts to expose pull progress of images while a user attempts to pull image using libpod's API endpoint /images/pull using a newly introduced flag called pullprogress.

Output is similar to compatMode but not exactly same. Idea is to maintain a new endpoint which does not have to adhere with docker compatibility and can be extended for new features easily.

Following flag will expose some new fields to pullprogress and will be slowly extended with more features.

Does this PR introduce a user-facing change?

libpod adds support for showing `pull progress` over images/pull API endpoint.

@flouthoc flouthoc marked this pull request as draft June 16, 2025 21:14
Copy link
Contributor

openshift-ci bot commented Jun 16, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: flouthoc
Once this PR has been reviewed and has the lgtm label, please assign luap99 for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 16, 2025
@github-actions github-actions bot added kind/api-change Change to remote API; merits scrutiny and removed do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. labels Jun 16, 2025
@flouthoc
Copy link
Collaborator Author

Please don't review this yet, I am still working on this PR.

@flouthoc flouthoc force-pushed the libpod_pull_progress branch from 3215338 to b39cb3a Compare June 16, 2025 21:42
Copy link

[NON-BLOCKING] Packit jobs failed. @containers/packit-build please check. Everyone else, feel free to ignore.

@flouthoc flouthoc force-pushed the libpod_pull_progress branch from b39cb3a to d336353 Compare June 25, 2025 19:23
Following PR attempts to expose `pull progress` of images while a user
attempts to pull image using `libpod`'s API endpoint `/images/pull`
using a newly introduced flag called `pullprogress`.

Output is similar to `compatMode` but not exactly same. Idea is to
maintain a new endpoint which does not have to adhere with `docker`
compatibility and can be extended for new features easily.

Following flag will expose some new fields to pullprogress and will be
slowly extended with more features.

Signed-off-by: flouthoc <[email protected]>
@flouthoc flouthoc force-pushed the libpod_pull_progress branch from d336353 to af05715 Compare July 1, 2025 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/api-change Change to remote API; merits scrutiny release-note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant