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
We have been using `filters` parameter for `images.list()` in podman-py
to search for bluechi-image container. But podman-py 5.3 changed the
behaviour of `filters` paramater as a part of
containers/podman-py#457 , so we need to use
`name` parameter for searching.
Signed-off-by: Martin Perina <[email protected]>
We have been using `filters` parameter for `images.list()` in podman-py
to search for bluechi-image container. But podman-py 5.3 changed the
behaviour of `filters` paramater as a part of
containers/podman-py#457 , so we need to use
`name` parameter for searching.
Signed-off-by: Martin Perina <[email protected]>
engelmi
pushed a commit
to eclipse-bluechi/bluechi
that referenced
this issue
Dec 5, 2024
We have been using `filters` parameter for `images.list()` in podman-py
to search for bluechi-image container. But podman-py 5.3 changed the
behaviour of `filters` paramater as a part of
containers/podman-py#457 , so we need to use
`name` parameter for searching.
Signed-off-by: Martin Perina <[email protected]>
I have an Arch Linux environment with the following podman pulled images:
I wrote a simple Python script to filter the images list by name:
but I get:
so, it does not filter the result by
name
.The text was updated successfully, but these errors were encountered: