PUT https://registry-1.docker.io /v2/{name}/manifests/{reference} Docker Hub registry API

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.

application/vnd.docker.distribution.manifest.v2+json content type isn’t supported yet in our API Explorer.

Report an unsupported content type
PUT /v2/{name}/manifests/{reference}
Loading...

Share your request

Use this link to easily share a pre-filled request of this operation. Everything you filled will be shared apart from the authentication fields.

Request URL

https://bump.sh/christophedujarric/hub/docker/doc/supported-registry-api-for-docker-hub/explorer/operation/operation-putimagemanifest

Send a delete request

It looks like you’re about to send a DELETE request to this API. This type of request carries a risk of permanent and irreversible data loss.

Are you sure you want to continue?
Response
Waiting for a request to be sent.