v1

latestSwagger 2.02026-07-17107105401.6 KB
Distribution

Get image information from the registry

Return image digest and platform information by contacting the registry.

get/distribution/{name}/json

Path parameters

namestring required

Image name or id

Response

descriptor and platform information

Example response

{
  "Descriptor": {
    "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
    "digest": "sha256:c0537ff6a5218ef531ece93d4984efc99bbf3f7497c0a7726c88e2bb7584dc96",
    "size": 3987495
  },
  "Platforms": [
    {
      "architecture": "arm",
      "os": "windows",
      "os.version": "10.0.19041.1165",
      "os.features": [
        "win32k"
      ],
      "variant": "v7"
    }
  ]
}