Uploaded image for project: 'Container Tools'
  1. Container Tools
  2. RUN-3323

1.44 - deprecations

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • podman
    • RUN 277

      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

              Unassigned Unassigned
              bbaude@redhat.com Brent Baude
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: