Smaws_Client_ECRPUBLIC.TypesThe upload can't be found, or the specified upload ID isn't valid for this repository.
type nonrec part_size = Smaws_Lib.CoreTypes.Int64.ttype nonrec upload_layer_part_response = {last_byte_received : part_size option;The integer value of the last byte that's received in the request.
*)upload_id : upload_id option;The upload ID that's associated with the request.
*)repository_name : repository_name option;The repository name that's associated with the request.
*)registry_id : registry_id option;The registry ID that's associated with the request.
*)}type nonrec upload_layer_part_request = {layer_part_blob : layer_part_blob;The base64-encoded layer part payload.
*)part_last_byte : part_size;The position of the last byte of the layer part within the overall image layer.
*)part_first_byte : part_size;The position of the first byte of the layer part witin the overall image layer.
*)upload_id : upload_id;The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.
repository_name : repository_name;The name of the repository that you're uploading layer parts to.
*)registry_id : registry_id_or_alias option;The Amazon Web Services account ID, or registry alias, that's associated with the registry that you're uploading layer parts to. If you do not specify a registry, the default public registry is assumed.
*)}The action isn't supported in this Region.
These errors are usually caused by a server-side issue.
The specified repository can't be found. Check the spelling of the specified repository and ensure that you're performing operations on the correct registry.
The registry doesn't exist.
The operation didn't succeed because it would have exceeded a service limit for your account. For more information, see Amazon ECR Service Quotas in the Amazon Elastic Container Registry User Guide.
The specified parameter is invalid. Review the available parameters for the API request.
type nonrec invalid_layer_part_exception = {message : exception_message option;last_valid_byte_received : part_size option;The position of the last byte of the layer part.
*)upload_id : upload_id option;The upload ID that's associated with the layer part.
*)repository_name : repository_name option;The name of the repository.
*)registry_id : registry_id option;The Amazon Web Services account ID that's associated with the layer part.
*)}The layer part size isn't valid, or the first byte specified isn't consecutive to the last byte of a previous layer part upload.
type nonrec tag_key_list = tag_key listtype nonrec untag_resource_request = {tag_keys : tag_key_list;The keys of the tags to be removed.
*)resource_arn : arn;The Amazon Resource Name (ARN) of the resource to delete tags from. Currently, the supported resource is an Amazon ECR Public repository.
*)}The list of tags on the repository is over the limit. The maximum number of tags that can be applied to a repository is 50.
An invalid parameter has been specified. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
type nonrec tag = {value : tag_value option;The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).
key : tag_key option;One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.
}The metadata that you apply to a resource to help you categorize and organize them. Each tag consists of a key and an optional value. You define both. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
type nonrec tag_list = tag listtype nonrec tag_resource_request = {resource_arn : arn;The Amazon Resource Name (ARN) of the resource to add tags to. Currently, the supported resource is an Amazon ECR Public repository.
*)}type nonrec set_repository_policy_response = {policy_text : repository_policy_text option;The JSON repository policy text that's applied to the repository.
*)repository_name : repository_name option;The repository name that's associated with the request.
*)registry_id : registry_id option;The registry ID that's associated with the request.
*)}type nonrec set_repository_policy_request = {force : force_flag option;If the policy that you want to set on a repository policy would prevent you from setting another policy in the future, you must force the SetRepositoryPolicy operation. This prevents accidental repository lockouts.
policy_text : repository_policy_text;The JSON repository policy text to apply to the repository. For more information, see Amazon ECR Repository Policies in the Amazon Elastic Container Registry User Guide.
*)repository_name : repository_name;The name of the repository to receive the policy.
*)registry_id : registry_id option;The Amazon Web Services account ID that's associated with the registry that contains the repository. If you do not specify a registry, the default public registry is assumed.
*)}type nonrec architecture_list = architecture listtype nonrec operating_system_list = operating_system listtype nonrec repository_catalog_data = {marketplace_certified : marketplace_certified option;Indicates whether the repository is certified by Amazon Web Services Marketplace.
*)usage_text : usage_text option;The longform usage details of the contents of the repository. The usage text provides context for users of the repository.
*)about_text : about_text option;The longform description of the contents of the repository. This text appears in the repository details on the Amazon ECR Public Gallery.
*)logo_url : resource_url option;The URL that contains the logo that's associated with the repository.
*)operating_systems : operating_system_list option;The operating system tags that are associated with the repository.
Only supported operating system tags appear publicly in the Amazon ECR Public Gallery. For more information, see RepositoryCatalogDataInput.
architectures : architecture_list option;The architecture tags that are associated with the repository.
Only supported operating system tags appear publicly in the Amazon ECR Public Gallery. For more information, see RepositoryCatalogDataInput.
description : repository_description option;The short description of the repository.
*)}The catalog data for a repository. This data is publicly visible in the Amazon ECR Public Gallery.
type nonrec put_repository_catalog_data_response = {catalog_data : repository_catalog_data option;The catalog data for the repository.
*)}type nonrec repository_catalog_data_input = {usage_text : usage_text option;Detailed information about how to use the contents of the repository. It's publicly visible in the Amazon ECR Public Gallery. The usage text provides context, support information, and additional usage details for users of the repository. The text must be in markdown format.
*)about_text : about_text option;A detailed description of the contents of the repository. It's publicly visible in the Amazon ECR Public Gallery. The text must be in markdown format.
*)logo_image_blob : logo_image_blob option;The base64-encoded repository logo payload.
The repository logo is only publicly visible in the Amazon ECR Public Gallery for verified accounts.
*)operating_systems : operating_system_list option;The operating systems that the images in the repository are compatible with. On the Amazon ECR Public Gallery, the following supported operating systems appear as badges on the repository and are used as search filters.
If an unsupported tag is added to your repository catalog data, it's associated with the repository and can be retrieved using the API but isn't discoverable in the Amazon ECR Public Gallery.
LinuxWindowsarchitectures : architecture_list option;The system architecture that the images in the repository are compatible with. On the Amazon ECR Public Gallery, the following supported architectures appear as badges on the repository and are used as search filters.
If an unsupported tag is added to your repository catalog data, it's associated with the repository and can be retrieved using the API but isn't discoverable in the Amazon ECR Public Gallery.
ARMARM 64x86x86-64description : repository_description option;A short description of the contents of the repository. This text appears in both the image details and also when searching for repositories on the Amazon ECR Public Gallery.
*)}An object that contains the catalog data for a repository. This data is publicly visible in the Amazon ECR Public Gallery.
type nonrec put_repository_catalog_data_request = {catalog_data : repository_catalog_data_input;An object containing the catalog data for a repository. This data is publicly visible in the Amazon ECR Public Gallery.
*)repository_name : repository_name;The name of the repository to create or update the catalog data for.
*)registry_id : registry_id option;The Amazon Web Services account ID that's associated with the public registry the repository is in. If you do not specify a registry, the default public registry is assumed.
*)}type nonrec registry_catalog_data = {display_name : registry_display_name option;The display name for a public registry. This appears on the Amazon ECR Public Gallery.
Only accounts that have the verified account badge can have a registry display name.
*)}The metadata for a public registry.
type nonrec put_registry_catalog_data_response = {registry_catalog_data : registry_catalog_data;The catalog data for the public registry.
*)}type nonrec put_registry_catalog_data_request = {display_name : registry_display_name option;The display name for a public registry. The display name is shown as the repository author in the Amazon ECR Public Gallery.
The registry display name is only publicly visible in the Amazon ECR Public Gallery for verified accounts.
*)}The manifest list is referencing an image that doesn't exist.
The specified layers can't be found, or the specified layer isn't valid for this repository.
The specified image is tagged with a tag that already exists. The repository is configured for tag immutability.
The specified image digest doesn't match the digest that Amazon ECR calculated for the image.
The specified image has already been pushed, and there were no changes to the manifest or image tag after the last push.
type nonrec image_identifier = {image_tag : image_tag option;The tag that's used for the image.
*)image_digest : image_digest option;The sha256 digest of the image manifest.
}An object with identifying information for an Amazon ECR image.
type nonrec image = {image_manifest_media_type : media_type option;The manifest media type of the image.
*)image_manifest : image_manifest option;The image manifest that's associated with the image.
*)image_id : image_identifier option;An object that contains the image tag and image digest associated with an image.
*)repository_name : repository_name option;The name of the repository that's associated with the image.
*)registry_id : registry_id_or_alias option;The Amazon Web Services account ID that's associated with the registry containing the image.
*)}An object that represents an Amazon ECR image.
type nonrec put_image_request = {image_digest : image_digest option;The image digest of the image manifest that corresponds to the image.
*)image_tag : image_tag option;The tag to associate with the image. This parameter is required for images that use the Docker Image Manifest V2 Schema 2 or Open Container Initiative (OCI) formats.
*)image_manifest_media_type : media_type option;The media type of the image manifest. If you push an image manifest that doesn't contain the mediaType field, you must specify the imageManifestMediaType in the request.
image_manifest : image_manifest;The image manifest that corresponds to the image to be uploaded.
*)repository_name : repository_name;The name of the repository where the image is put.
*)registry_id : registry_id_or_alias option;The Amazon Web Services account ID, or registry alias, that's associated with the public registry that contains the repository where the image is put. If you do not specify a registry, the default public registry is assumed.
*)}type nonrec initiate_layer_upload_response = {part_size : part_size option;The size, in bytes, that Amazon ECR expects future layer part uploads to be.
*)upload_id : upload_id option;The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.
}type nonrec initiate_layer_upload_request = {repository_name : repository_name;The name of the repository that you want to upload layers to.
*)registry_id : registry_id_or_alias option;The Amazon Web Services account ID, or registry alias, that's associated with the registry to which you intend to upload layers. If you do not specify a registry, the default public registry is assumed.
*)}The specified repository and registry combination doesn't have an associated repository policy.
type nonrec get_repository_policy_response = {policy_text : repository_policy_text option;The repository policy text that's associated with the repository. The policy text will be in JSON format.
*)repository_name : repository_name option;The repository name that's associated with the request.
*)registry_id : registry_id option;The registry ID that's associated with the request.
*)}type nonrec get_repository_policy_request = {repository_name : repository_name;The name of the repository with the policy to retrieve.
*)registry_id : registry_id option;The Amazon Web Services account ID that's associated with the public registry that contains the repository. If you do not specify a registry, the default public registry is assumed.
*)}The repository catalog data doesn't exist.
type nonrec get_repository_catalog_data_response = {catalog_data : repository_catalog_data option;The catalog metadata for the repository.
*)}type nonrec get_repository_catalog_data_request = {repository_name : repository_name;The name of the repository to retrieve the catalog metadata for.
*)registry_id : registry_id option;The Amazon Web Services account ID that's associated with the registry that contains the repositories to be described. If you do not specify a registry, the default public registry is assumed.
*)}type nonrec get_registry_catalog_data_response = {registry_catalog_data : registry_catalog_data;The catalog metadata for the public registry.
*)}An authorization token data object that corresponds to a public registry.
type nonrec repository = {created_at : creation_timestamp option;The date and time, in JavaScript date format, when the repository was created.
*)repository_uri : url option;The URI for the repository. You can use this URI for container image push and pull operations.
repository_name : repository_name option;The name of the repository.
*)registry_id : registry_id option;The Amazon Web Services account ID that's associated with the public registry that contains the repository.
*)repository_arn : arn option;The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, Amazon Web Services account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository/test.
}An object representing a repository.
type nonrec repository_list = repository listtype nonrec describe_repositories_response = {next_token : next_token option;The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. If there are no more results to return, this value is null.
repositories : repository_list option;A list of repository objects corresponding to valid repositories.
*)}type nonrec repository_name_list = repository_name listtype nonrec describe_repositories_request = {max_results : max_results option;The maximum number of repository results that's returned by DescribeRepositories in paginated output. When this parameter is used, DescribeRepositories only returns maxResults results in a single page along with a nextToken response element. You can see the remaining results of the initial request by sending another DescribeRepositories request with the returned nextToken value. This value can be between 1 and 1000. If this parameter isn't used, then DescribeRepositories returns up to 100 results and a nextToken value, if applicable. If you specify repositories with repositoryNames, you can't use this option.
next_token : next_token option;The nextToken value that's returned from a previous paginated DescribeRepositories request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. If there are no more results to return, this value is null. If you specify repositories with repositoryNames, you can't use this option.
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
*)repository_names : repository_name_list option;A list of repositories to describe. If this parameter is omitted, then all repositories in a registry are described.
*)registry_id : registry_id option;The Amazon Web Services account ID that's associated with the registry that contains the repositories to be described. If you do not specify a registry, the default public registry is assumed.
*)}type nonrec registry_alias = {default_registry_alias : default_registry_alias_flag;Indicates whether the registry alias is the default alias for the registry. When the first public repository is created, your public registry is assigned a default registry alias.
*)primary_registry_alias : primary_registry_alias_flag;Indicates whether the registry alias is the primary alias for the registry. If true, the alias is the primary registry alias and is displayed in both the repository URL and the image URI used in the docker pull commands on the Amazon ECR Public Gallery.
A registry alias that isn't the primary registry alias can be used in the repository URI in a docker pull command.
status : registry_alias_status;The status of the registry alias.
*)name : registry_alias_name;The name of the registry alias.
*)}An object representing the aliases for a public registry. A public registry is given an alias when it's created. However, a custom alias can be set using the Amazon ECR console. For more information, see Registries in the Amazon Elastic Container Registry User Guide.
type nonrec registry_alias_list = registry_alias listtype nonrec registry = {aliases : registry_alias_list;An array of objects that represents the aliases for a public registry.
*)verified : registry_verified;Indicates whether the account is a verified Amazon Web Services Marketplace vendor. If an account is verified, each public repository receives a verified account badge on the Amazon ECR Public Gallery.
*)registry_uri : url;The URI of a public registry. The URI contains a universal prefix and the registry alias.
*)registry_arn : arn;The Amazon Resource Name (ARN) of the public registry.
*)registry_id : registry_id;The Amazon Web Services account ID that's associated with the registry. If you do not specify a registry, the default public registry is assumed.
*)}The details of a public registry.
type nonrec registry_list = registry listtype nonrec describe_registries_response = {next_token : next_token option;The nextToken value to include in a future DescribeRepositories request. If the results of a DescribeRepositories request exceed maxResults, you can use this value to retrieve the next page of results. If there are no more results, this value is null.
registries : registry_list;An object that contains the details for a public registry.
*)}type nonrec describe_registries_request = {max_results : max_results option;The maximum number of repository results that's returned by DescribeRegistries in paginated output. When this parameter is used, DescribeRegistries only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeRegistries request with the returned nextToken value. This value can be between 1 and 1000. If this parameter isn't used, then DescribeRegistries returns up to 100 results and a nextToken value, if applicable.
next_token : next_token option;The nextToken value that's returned from a previous paginated DescribeRegistries request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. If there are no more results to return, this value is null.
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
*)}type nonrec image_size_in_bytes = Smaws_Lib.CoreTypes.Int64.ttype nonrec referenced_image_detail = {artifact_media_type : media_type option;The artifact media type of the image.
*)image_manifest_media_type : media_type option;The media type of the image manifest.
*)image_pushed_at : push_timestamp option;The date and time, expressed in standard JavaScript date format, which the current image tag was pushed to the repository at.
*)image_size_in_bytes : image_size_in_bytes option;The size, in bytes, of the image in the repository.
If the image is a manifest list, this is the max size of all manifests in the list.
Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it might return a larger image size than the image sizes that are returned by DescribeImages.
image_digest : image_digest option;The sha256 digest of the image manifest.
}An object that describes the image tag details that are returned by a DescribeImageTags action.
type nonrec image_tag_detail = {image_detail : referenced_image_detail option;An object that describes the details of an image.
*)created_at : creation_timestamp option;The time stamp that indicates when the image tag was created.
*)image_tag : image_tag option;The tag that's associated with the image.
*)}An object that represents the image tag details for an image.
type nonrec image_tag_detail_list = image_tag_detail listThe image requested doesn't exist in the specified repository.
type nonrec image_tag_list = image_tag listtype nonrec image_detail = {artifact_media_type : media_type option;The artifact media type of the image.
*)image_manifest_media_type : media_type option;The media type of the image manifest.
*)image_pushed_at : push_timestamp option;The date and time, expressed in standard JavaScript date format, that the current image was pushed to the repository at.
*)image_size_in_bytes : image_size_in_bytes option;The size, in bytes, of the image in the repository.
If the image is a manifest list, this is the max size of all manifests in the list.
Beginning with Docker version 1.9, the Docker client compresses image layers before pushing them to a V2 Docker registry. The output of the docker images command shows the uncompressed image size, so it might return a larger image size than the image sizes that are returned by DescribeImages.
image_digest : image_digest option;The sha256 digest of the image manifest.
repository_name : repository_name option;The name of the repository where this image belongs.
*)registry_id : registry_id option;The Amazon Web Services account ID that's associated with the public registry where this image belongs.
*)}An object that describes an image that's returned by a DescribeImages operation.
type nonrec image_detail_list = image_detail listtype nonrec describe_images_response = {next_token : next_token option;The nextToken value to include in a future DescribeImages request. When the results of a DescribeImages request exceed maxResults, you can use this value to retrieve the next page of results. If there are no more results to return, this value is null.
image_details : image_detail_list option;A list of ImageDetail objects that contain data about the image.
}type nonrec image_identifier_list = image_identifier listtype nonrec describe_images_request = {max_results : max_results option;The maximum number of repository results that's returned by DescribeImages in paginated output. When this parameter is used, DescribeImages only returns maxResults results in a single page along with a nextToken response element. You can see the remaining results of the initial request by sending another DescribeImages request with the returned nextToken value. This value can be between 1 and 1000. If this parameter isn't used, then DescribeImages returns up to 100 results and a nextToken value, if applicable. If you specify images with imageIds, you can't use this option.
next_token : next_token option;The nextToken value that's returned from a previous paginated DescribeImages request where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value. If there are no more results to return, this value is null. If you specify images with imageIds, you can't use this option.
image_ids : image_identifier_list option;The list of image IDs for the requested repository.
*)repository_name : repository_name;The repository that contains the images to describe.
*)registry_id : registry_id option;The Amazon Web Services account ID that's associated with the public registry that contains the repository where images are described. If you do not specify a registry, the default public registry is assumed.
*)}type nonrec delete_repository_policy_response = {policy_text : repository_policy_text option;The JSON repository policy that was deleted from the repository.
*)repository_name : repository_name option;The repository name that's associated with the request.
*)registry_id : registry_id option;The registry ID that's associated with the request.
*)}type nonrec delete_repository_policy_request = {repository_name : repository_name;The name of the repository that's associated with the repository policy to delete.
*)registry_id : registry_id option;The Amazon Web Services account ID that's associated with the public registry that contains the repository policy to delete. If you do not specify a registry, the default public registry is assumed.
*)}The specified repository contains images. To delete a repository that contains images, you must force the deletion with the force parameter.
type nonrec delete_repository_response = {repository : repository option;The repository that was deleted.
*)}type nonrec delete_repository_request = {force : force_flag option;The force option can be used to delete a repository that contains images. If the force option is not used, the repository must be empty prior to deletion.
*)repository_name : repository_name;The name of the repository to delete.
*)registry_id : registry_id option;The Amazon Web Services account ID that's associated with the public registry that contains the repository to delete. If you do not specify a registry, the default public registry is assumed.
*)}The specified repository already exists in the specified registry.
type nonrec create_repository_response = {catalog_data : repository_catalog_data option;repository : repository option;The repository that was created.
*)}type nonrec create_repository_request = {catalog_data : repository_catalog_data_input option;The details about the repository that are publicly visible in the Amazon ECR Public Gallery.
*)repository_name : repository_name;The name to use for the repository. This appears publicly in the Amazon ECR Public Gallery. The repository name can be specified on its own (for example nginx-web-app) or prepended with a namespace to group the repository into a category (for example project-a/nginx-web-app).
}Layer parts must be at least 5 MiB in size.
The image layer already exists in the associated repository.
The layer digest calculation performed by Amazon ECR when the image layer doesn't match the digest specified.
The specified layer upload doesn't contain any layer parts.
type nonrec complete_layer_upload_response = {layer_digest : layer_digest option;The sha256 digest of the image layer.
upload_id : upload_id option;The upload ID that's associated with the layer.
*)repository_name : repository_name option;The repository name that's associated with the request.
*)registry_id : registry_id option;The public registry ID that's associated with the request.
*)}type nonrec layer_digest_list = layer_digest listtype nonrec complete_layer_upload_request = {layer_digests : layer_digest_list;The sha256 digest of the image layer.
upload_id : upload_id;The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.
repository_name : repository_name;The name of the repository in a public registry to associate with the image layer.
*)registry_id : registry_id_or_alias option;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.
*)}type nonrec image_failure = {failure_reason : image_failure_reason option;The reason for the failure.
*)failure_code : image_failure_code option;The code that's associated with the failure.
*)image_id : image_identifier option;The image ID that's associated with the failure.
*)}An object that represents an Amazon ECR image failure.
type nonrec image_failure_list = image_failure listtype nonrec batch_delete_image_response = {failures : image_failure_list option;Any failures associated with the call.
*)image_ids : image_identifier_list option;The image IDs of the deleted images.
*)}type nonrec batch_delete_image_request = {image_ids : image_identifier_list;A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.
repository_name : repository_name;The repository in a public registry that contains the image to delete.
*)registry_id : registry_id_or_alias option;The Amazon Web Services account ID, or registry alias, that's associated with the registry that contains the image to delete. If you do not specify a registry, the default public registry is assumed.
*)}type nonrec layer_size_in_bytes = Smaws_Lib.CoreTypes.Int64.ttype nonrec layer = {media_type : media_type option;The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.
layer_size : layer_size_in_bytes option;The size, in bytes, of the image layer.
*)layer_availability : layer_availability option;The availability status of the image layer.
*)layer_digest : layer_digest option;The sha256 digest of the image layer.
}An object that represents an Amazon ECR image layer.
type nonrec layer_list = layer listtype nonrec layer_failure = {failure_reason : layer_failure_reason option;The reason for the failure.
*)failure_code : layer_failure_code option;The failure code that's associated with the failure.
*)layer_digest : batched_operation_layer_digest option;The layer digest that's associated with the failure.
*)}An object that represents an Amazon ECR image layer failure.
type nonrec layer_failure_list = layer_failure listtype nonrec batch_check_layer_availability_response = {failures : layer_failure_list option;Any failures associated with the call.
*)layers : layer_list option;A list of image layer objects that correspond to the image layer references in the request.
*)}type nonrec batched_operation_layer_digest_list =
batched_operation_layer_digest listtype nonrec batch_check_layer_availability_request = {layer_digests : batched_operation_layer_digest_list;The digests of the image layers to check.
*)repository_name : repository_name;The name of the repository that's associated with the image layers to check.
*)registry_id : registry_id_or_alias option;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.
*)}