View source: R/ecr_operations.R
ecr_batch_delete_image | R Documentation |
Deletes a list of specified images within a repository. Images are specified with either an imageTag
or imageDigest
.
See https://www.paws-r-sdk.com/docs/ecr_batch_delete_image/ for full documentation.
ecr_batch_delete_image(registryId = NULL, repositoryName, imageIds)
registryId |
The Amazon Web Services account ID associated with the registry that contains the image to delete. If you do not specify a registry, the default registry is assumed. |
repositoryName |
[required] The repository that contains the image to delete. |
imageIds |
[required] A list of image ID references that correspond to images to delete. The
format of the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.