mirror of https://github.com/containers/podman.git
Docker api version 1.24 uses a query parameter named Filter
for filtering images by names. In more recent versions of
api name filter is in filters query parameter with other
filters
This patch adds a mapping that translates Filter query
parameter to Filters={"reference": [""]}
Signed-off-by: Sami Korhonen <skorhone@gmail.com>
|
||
|---|---|---|
| .. | ||
| containers.go | ||
| errors.go | ||
| handler.go | ||
| handler_test.go | ||
| images.go | ||
| pods.go | ||