CHW-4814 DockerUploadSessionNotFound

docker blob upload session not found; the session may have expired — re-initiate the push

Default message: docker blob upload session not found; the session may have expired — re-initiate the push
HTTP status: 404 (client)

Problem. The supplied Docker upload UUID did not match a live session. Cause. Sessions are in-memory and expire on server restart; the UUID may also be mistyped. Fix. Re-initiate the upload with POST /v2/{name}/blobs/uploads/ and use the new UUID. HTTP 404.