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
In docker-py, this pull function is defined here and it can be imported by APIClient lib.
podman-py has the same APIClient library but the related function that can do the same job of the docker one above seems to not be implemented. There is a similar one here.
Could you please implemennt a pull function in podman APIClient library that has also the decode argument?
Is it possible to implement api.build and api.remove_volume as well?
The text was updated successfully, but these errors were encountered:
D3vil0p3r
changed the title
[FEATURE] - Add pull function for api/image.py as docker py
[FEATURE] - Add pull/build/remove_volume function for api/image.py as docker py
Oct 24, 2024
I'm reworking a tool using docker py in order to work with podman py. This tool has the following code section:
In docker-py, this
pull
function is defined here and it can be imported byAPIClient
lib.podman-py has the same
APIClient
library but the related function that can do the same job of the docker one above seems to not be implemented. There is a similar one here.Could you please implemennt a pull function in podman APIClient library that has also the
decode
argument?Is it possible to implement
api.build
andapi.remove_volume
as well?The text was updated successfully, but these errors were encountered: