Image Push

This API operation pushes a Docker image to a configured registry. The endpoint accepts a POST request to `/images/{name}/push` where `{name}` is the name or ID of the image to be pushed. The operation requires authentication credentials to be passed in the request headers (typically via `X-Registry-Auth`) to authenticate with the target Docker registry. Once invoked, it streams the push progress as JSON objects in the response body, showing the status of each layer being uploaded. The operat...