ecrpublic_complete_layer_upload: Informs Amazon ECR that the image layer upload is complete...

View source: R/ecrpublic_operations.R

ecrpublic_complete_layer_uploadR Documentation

Informs Amazon ECR that the image layer upload is complete for a specified public registry, repository name, and upload ID

Description

Informs Amazon ECR that the image layer upload is complete for a specified public registry, repository name, and upload ID. You can optionally provide a sha256 digest of the image layer for data validation purposes.

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

Usage

ecrpublic_complete_layer_upload(
  registryId = NULL,
  repositoryName,
  uploadId,
  layerDigests
)

Arguments

registryId

The Amazon Web Services account ID, or registry alias, associated with the registry where layers are uploaded. If you do not specify a registry, the default public registry is assumed.

repositoryName

[required] The name of the repository in a public registry to associate with the image layer.

uploadId

[required] The upload ID from a previous initiate_layer_upload operation to associate with the image layer.

layerDigests

[required] The sha256 digest of the image layer.


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