ecrpublic_batch_delete_image: Deletes a list of specified images that are within a...

View source: R/ecrpublic_operations.R

ecrpublic_batch_delete_imageR Documentation

Deletes a list of specified images that are within a repository in a public registry

Description

Deletes a list of specified images that are within a repository in a public registry. Images are specified with either an imageTag or imageDigest.

See https://www.paws-r-sdk.com/docs/ecrpublic_batch_delete_image/ for full documentation.

Usage

ecrpublic_batch_delete_image(registryId = NULL, repositoryName, imageIds)

Arguments

registryId

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

repositoryName

[required] The repository in a public registry that contains the image to delete.

imageIds

[required] A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.