Upload blob chunk
PATCH
https://registry-1.docker.io
/v2/{name}/blobs/uploads/{uuid}
Docker Hub registry API
{var_value}
Upload blob chunk
Upload a chunk of a blob to an active upload session.
Use this method for chunked uploads, especially for large blobs or when resuming interrupted uploads.
The client sends binary data using PATCH
, optionally including a Content-Range
header.
After each chunk is accepted, the registry returns a 202 Accepted
response with:
Range
: current byte range storedDocker-Upload-UUID
: identifier for the upload sessionLocation
: URL to continue the upload or finalize withPUT
PATCH /v2/{name}/blobs/uploads/{uuid}
Loading...
Response
Waiting for a request to be sent.