ecr_batch_get_image: Gets detailed information for an image

View source: R/ecr_operations.R

ecr_batch_get_imageR Documentation

Gets detailed information for an image

Description

Gets detailed information for an image. Images are specified with either an imageTag or imageDigest.

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

Usage

ecr_batch_get_image(
  registryId = NULL,
  repositoryName,
  imageIds,
  acceptedMediaTypes = NULL
)

Arguments

registryId

The Amazon Web Services account ID associated with the registry that contains the images to describe. If you do not specify a registry, the default registry is assumed.

repositoryName

[required] The repository that contains the images to describe.

imageIds

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

acceptedMediaTypes

The accepted media types for the request.

Valid values: application/vnd.docker.distribution.manifest.v1+json | application/vnd.docker.distribution.manifest.v2+json | application/vnd.oci.image.manifest.v1+json


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