mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-29 19:57:51 +00:00
The Docker API in version 1.44 deprecates the is_automated field for the GET /images/search endpoint. The is_automated field has been deprecated by Docker Hub's search API. Consequently, searching for is-automated=true will yield no results. The Docker API in version 1.44 deprecates the is_automated field in the GET /images/search response and will always be set to false in the future because Docker Hub is deprecating the is_automated field in its search API. Return struct moby/api for the compat endpoint that matches the Docker API response format and deprecates is_automated. Update test_v2_0_0_image.py::ImageTestCase::test_search_compat to verify returned format and fix subtests not being asserted (remove mp). Fixes: https://redhat.atlassian.net/browse/RUN-3323 Signed-off-by: Marek Simek <msimek@redhat.com> |
||
|---|---|---|
| .. | ||
| reports | ||
| types | ||
| apply.go | ||
| artifact.go | ||
| auto-update.go | ||
| container_ps.go | ||
| containers.go | ||
| engine.go | ||
| engine_container.go | ||
| engine_image.go | ||
| events.go | ||
| events_test.go | ||
| generate.go | ||
| healthcheck.go | ||
| images.go | ||
| machine.go | ||
| manifest.go | ||
| network.go | ||
| play.go | ||
| pods.go | ||
| quadlet.go | ||
| scp.go | ||
| secrets.go | ||
| system.go | ||
| types.go | ||
| volumes.go | ||