Checks the availability of one or more image layers that are within a repository in a public registry
Source:R/ecrpublic_operations.R
ecrpublic_batch_check_layer_availability.RdChecks the availability of one or more image layers that are within a repository in a public registry. When an image is pushed to a repository, each image layer is checked to verify if it has been uploaded before. If it has been uploaded, then the image layer is skipped.
See https://www.paws-r-sdk.com/docs/ecrpublic_batch_check_layer_availability/ for full documentation.
Arguments
- registryId
The Amazon Web Services account ID, or registry alias, associated with the public registry that contains the image layers to check. If you do not specify a registry, the default public registry is assumed.
- repositoryName
[required] The name of the repository that's associated with the image layers to check.
- layerDigests
[required] The digests of the image layers to check.