paws.compute (version 0.1.0)

ecr_batch_check_layer_availability: Check the availability of multiple image layers in a specified registry and repository

Description

Check the availability of multiple image layers in a specified registry and repository.

Usage

ecr_batch_check_layer_availability(registryId, repositoryName,
  layerDigests)

Arguments

registryId

The AWS account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.

repositoryName

[required] The name of the repository that is associated with the image layers to check.

layerDigests

[required] The digests of the image layers to check.

Request syntax

svc$batch_check_layer_availability(
  registryId = "string",
  repositoryName = "string",
  layerDigests = list(
    "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.