-
Notifications
You must be signed in to change notification settings - Fork 96
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
ImagesManager.prune() - no support for query-params/kwargs? #312
Comments
Hey,
Implementing |
@inknos Adding
|
I would pursue this path.
This also makes sense to me |
Param all is now supported by prune. Param external is now supported by prune. Filter by label, which was already supported, is now documented and tested. Resolves: containers#312 Signed-off-by: Nicola Sella <[email protected]>
Param all is now supported by prune. Param external is now supported by prune. Filter by label, which was already supported, is now documented and tested. Resolves: containers#312 Signed-off-by: Nicola Sella <[email protected]>
Param all is now supported by prune. Param external is now supported by prune. Filter by label, which was already supported, is now documented and tested. Resolves: containers#312 Signed-off-by: Nicola Sella <[email protected]>
Param all is now supported by prune. Param external is now supported by prune. Filter by label, which was already supported, is now documented and tested. Resolves: containers#312 Signed-off-by: Nicola Sella <[email protected]>
Param all is now supported by prune. Param external is now supported by prune. Filter by label, which was already supported, is now documented and tested. Resolves: containers#312 Signed-off-by: Nicola Sella <[email protected]>
Hello.
I am building a small application to manage my images and thus tried to prune ALL images not in use by using ImagesManager.prune().
Podman specifies this as possible via the "all" query parameter.
At first I struggled because I didn't realize that the "filters" argument is something else entirely, and that there is (afaik) no way to pass the "all" parameter to perform a full image prune.
Is my assessment correct or am I missing something?
If yes, then why is it this way? Wouldn't it be much more flexible to enable arbitrary query params for all routes so the user can talk to the entire Podman API using this library?
The text was updated successfully, but these errors were encountered: