paws.compute (version 0.1.0)

ecr_initiate_layer_upload: Notify Amazon ECR that you intend to upload an image layer

Description

Notify Amazon ECR that you intend to upload an image layer.

Usage

ecr_initiate_layer_upload(registryId, repositoryName)

Arguments

registryId

The AWS account ID associated with the registry to which you intend to upload layers. If you do not specify a registry, the default registry is assumed.

repositoryName

[required] The name of the repository to which you intend to upload layers.

Request syntax

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