-
Currently I am trying to pull an image using the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
hey @alpap, please try to install the upstream package and test it. pip install git+https://github.com/containers/podman-py.git There was a fix recently. Maybe it addresses your issue. #555 |
Beta Was this translation helpful? Give feedback.
-
This works with from podman import PodmanClient
client = PodmanClient()
client.images.pull("quay.io/libpod/alpine@sha256:fa93b01658e3a5a1686dc3ae55f170d8de487006fb53a28efcd12ab0710a2e5f")
# <Image: 'quay.io/libpod/alpine:3.10.2', 'quay.io/libpod/alpine:latest'> Please, provide a reproducer so I can try it out :) |
Beta Was this translation helpful? Give feedback.
This works with
main
but does not work with a commit before. I assume it's fixed, or I don't understand the issue.Please, provide a reproducer so I can try it out :)