Creates or updates the image manifest and tags that are associated with an image
Source:R/ecrpublic_operations.R
ecrpublic_put_image.RdCreates or updates the image manifest and tags that are associated with an image.
See https://www.paws-r-sdk.com/docs/ecrpublic_put_image/ for full documentation.
Usage
ecrpublic_put_image(
registryId = NULL,
repositoryName,
imageManifest,
imageManifestMediaType = NULL,
imageTag = NULL,
imageDigest = NULL
)Arguments
- registryId
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.
- repositoryName
[required] The name of the repository where the image is put.
- imageManifest
[required] The image manifest that corresponds to the image to be uploaded.
- imageManifestMediaType
The media type of the image manifest. If you push an image manifest that doesn't contain the
mediaTypefield, you must specify theimageManifestMediaTypein the request.- imageTag
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.
- imageDigest
The image digest of the image manifest that corresponds to the image.