v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142314899.7 KB

Creates or updates the image manifest and tags that are associated with an image.

When an image is pushed and all new image layers have been uploaded, the PutImage API is called once to create or update the image manifest and the tags that are associated with the image.

This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing images. In most cases, you should use the docker CLI to pull, tag, and push images.

post/#X-Amz-Target=SpencerFrontendService.PutImage

Headers

X-Amz-Target'SpencerFrontendService.PutImage' required

Request body

registryIdstring

The Amazon Web Services account ID, or registry alias, that's associated with the public registry that contains the repository where the image is put. If you do not specify a registry, the default public registry is assumed.

repositoryNamestring required

The name of the repository where the image is put.

imageManifeststring required

The image manifest that corresponds to the image to be uploaded.

imageManifestMediaTypestring

The media type of the image manifest. If you push an image manifest that doesn't contain the <code>mediaType</code> field, you must specify the <code>imageManifestMediaType</code> in the request.

imageTagstring

The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or Open Container Initiative (OCI) formats.

imageDigeststring

The image digest of the image manifest that corresponds to the image.

Response

Success