paws.compute (version 0.1.0)

ecr_put_image: Creates or updates the image manifest and tags associated with an image

Description

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

Usage

ecr_put_image(registryId, repositoryName, imageManifest, imageTag)

Arguments

registryId

The AWS account ID associated with the registry that contains the repository in which to put the image. If you do not specify a registry, the default registry is assumed.

repositoryName

[required] The name of the repository in which to put the image.

imageManifest

[required] The image manifest corresponding to the image to be uploaded.

imageTag

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

Request syntax

svc$put_image(
  registryId = "string",
  repositoryName = "string",
  imageManifest = "string",
  imageTag = "string"
)

Details

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