v2

latestSwagger 2.0raw.githubusercontent.com2021-05-04263678.0 KB
AcrManifest
AcrMetadata

Get manifest attributes

get/acr/v1/{name}/_manifests/{reference}

Path parameters

namestring required

Name of the image (including the namespace)

referencestring required

A tag or a digest, pointing to a specific image

Response

List of attributes

registrystring

Registry name

imageNamestring

Image name

Example response

{
  "registry": "acrapi.azurecr-test.io",
  "imageName": "nanoserver",
  "manifest": {
    "digest": "sha256:110d2b6c84592561338aa040b1b14b7ab81c2f9edbd564c2285dd7d70d777086",
    "imageSize": 2401606,
    "createdTime": "2018-09-06T06:17:20.9983915Z",
    "lastUpdateTime": "2018-09-06T06:17:20.9983915Z",
    "architecture": "amd64",
    "os": "windows",
    "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
    "configMediaType": "application/vnd.docker.container.image.v1+json",
    "tags": [
      "4.7.2-20180905-nanoserver-1803"
    ],
    "changeableAttributes": {
      "deleteEnabled": true,
      "writeEnabled": true,
      "readEnabled": true,
      "listEnabled": true
    }
  }
}