Put image manifest
PUT
https://registry-1.docker.io
/v2/{name}/manifests/{reference}
Docker Hub registry API
{var_value}
Put image manifest
Upload an image manifest for a given tag or digest. This operation registers a manifest in a repository, allowing it to be pulled using the specified reference.
This endpoint is typically used after all layer and config blobs have been uploaded to the registry.
The manifest must conform to the expected schema and media type. For Docker image manifest schema version 2, use:
application/vnd.docker.distribution.manifest.v2+json
Requires authentication via a bearer token with push
scope for the target repository.
PUT /v2/{name}/manifests/{reference}
Loading...
Response
Waiting for a request to be sent.