Amazon Elastic Container Registry Public
  1. Root
Amazon Elastic Container Registry Public
  • Root
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
  1. Root

/

POST
/
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.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "registryId": "string",
    "repositoryName": "string",
    "imageManifest": "string",
    "imageManifestMediaType": "string",
    "imageTag": "string",
    "imageDigest": "string"
}'
Response Response Example
200 - Example 1
{
    "image": {
        "registryId": "string",
        "repositoryName": "string",
        "imageId": {
            "imageDigest": "string",
            "imageTag": "string"
        },
        "imageManifest": "string",
        "imageManifestMediaType": "string"
    }
}

Request

Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

🟠480ServerException
🟠481InvalidParameterException
🟠482RepositoryNotFoundException
🟠483ImageAlreadyExistsException
🟠484LayersNotFoundException
🟠485ReferencedImagesNotFoundException
🟠486LimitExceededException
🟠487ImageTagAlreadyExistsException
🟠488ImageDigestDoesNotMatchException
🟠489RegistryNotFoundException
🟠490UnsupportedCommandException
Modified at 2023-08-15 05:55:25
Previous
/
Next
/
Built with