Get image information from the registry
/v1.33
/v1.33
/v1.33
/v1.33
GET
/distribution/{name}/json
Distribution
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v1.33/distribution//json'
Response Response Example
200 - response
{
"Descriptor": {
"Digest": "sha256:c0537ff6a5218ef531ece93d4984efc99bbf3f7497c0a7726c88e2bb7584dc96",
"MediaType": "application/vnd.docker.distribution.manifest.v2+json",
"Size": 3987495,
"URLs": [
""
]
},
"Platforms": [
{
"Architecture": "amd64",
"Features": [
""
],
"OS": "linux",
"OSFeatures": [
""
],
"OSVersion": "",
"Variant": ""
}
]
}
Request
Path Params
name
stringÂ
required
Responses
Modified at 2022-09-10 17:56:06