spiegel_podman/pkg/domain/infra
Marek Simek f4925bae8c
api: Deprecate is-automated filter and field in GET /images/search endpoint
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>
2026-07-08 17:31:02 +02:00
..
abi api: Deprecate is-automated filter and field in GET /images/search endpoint 2026-07-08 17:31:02 +02:00
tunnel pkg/domain: return an error instead of nil on remote event parse failure 2026-06-30 18:13:20 +05:30
runtime.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
runtime_abi.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
runtime_libpod.go Add migration code for BoltDB to SQLite 2026-05-08 14:07:17 -04:00
runtime_proxy.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
runtime_tunnel.go Fix client hangs on stale SSH connections 2026-06-11 16:10:25 +02:00