-
Story
-
Resolution: Unresolved
-
Major
-
None
-
None
https://docs.docker.com/reference/api/engine/version-history/#v144-api-changes
GET /containers/{id}/json
- The fields HairpinMode, LinkLocalIPv6Address, LinkLocalIPv6PrefixLen, SecondaryIPAddresses, SecondaryIPv6Addresses available in NetworkSettings when calling GET /containers/{id}/json are deprecated and will be removed in a future release. You should instead look for the default network in NetworkSettings.Networks.
- Solution
- Deprecate HairpinMode, LinkLocalIPv6Address, LinkLocalIPv6PrefixLen, SecondaryIPAddresses, SecondaryIPv6Addresses from GET /containers/{id}/json
GET /images/search
- Deprecated: The is_automated field in the GET /images/search response has been deprecated and will always be set to false in the future because Docker Hub is deprecating the is_automated field in its search API. The deprecation is not versioned, and applies to all API versions.
- Deprecated: The is-automated filter 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 deprecation is not versioned, and applies to all API versions.
- Solution
- Deprecate is_automated and is_automated filters for GET /images/search
GET /images/{name}/json
- The Container and ContainerConfig fields in the GET /images/{name}/json response are deprecated and will no longer be included in API v1.45.
- Deprecate Container and ContainerConfig in GET /images/{name}/json
- clones
-
RUN-2700 podman: implement docker api v1.44
-
- To Do
-