Complete blob upload
PUT
https://registry-1.docker.io
/v2/{name}/blobs/uploads/{uuid}
Docker Hub registry API
{var_value}
Complete blob upload
Complete the upload of a blob by finalizing an upload session.
This request must include the digest
query parameter and optionally the last chunk of data. When the registry receives this request, it verifies the digest and stores the blob.
This endpoint supports:
- Monolithic uploads (upload entire blob in this request)
- Finalizing chunked uploads (last chunk plus
digest
)
PUT /v2/{name}/blobs/uploads/{uuid}
Loading...
Response
Waiting for a request to be sent.