v1

latestOpenAPI 3.0.02026-07-1410578280.2 KB
Image

Push an image

Push an image to a registry.

If you wish to push an image on to a private registry, that image must already have a tag which references the registry. For example, registry.example.com/myimage:latest.

The push is cancelled if the HTTP connection is closed.

post/images/{name}/push

Path parameters

namestring required

Image name or ID.

Query parameters

tagstring

The tag to associate with the image on the registry.

Headers

X-Registry-Authstring required

A base64-encoded auth configuration. See the authentication section for details.

Response

No error