mirror of
https://github.com/containers/podman.git
synced 2026-04-04 23:13:34 -04:00
In #9863 prune containers filter params were narrowed to support only those required by http API. name filter in bindings was replaced by until filter, which is not a good match, as until filters are causing tests to be flaky. Signed-off-by: Jakub Guzik <jakubmguzik@gmail.com>