Get image manifest
GET
https://registry-1.docker.io
/v2/{name}/manifests/{reference}
Docker Hub registry API
{var_value}
Get image manifest
Fetch the manifest identified by name
and reference
, where reference
can be a tag (e.g., latest
) or a digest (e.g., sha256:...
).
The manifest contains metadata about the image, including configuration and layer digests. It is required for pulling images from the registry.
This endpoint requires authentication. Use the Authorization: Bearer <token>
header.
GET /v2/{name}/manifests/{reference}
Loading...
Response
Waiting for a request to be sent.