@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonECR
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAmazonECR
instead.
Amazon Elastic Container Registry (Amazon ECR) is a managed container image registry service. Customers can use the familiar Docker CLI, or their preferred client, to push, pull, and manage images. Amazon ECR provides a secure, scalable, and reliable registry for your Docker or Open Container Initiative (OCI) images. Amazon ECR supports private repositories with resource-based permissions using IAM so that specific users or Amazon EC2 instances can access repositories and images.
Amazon ECR has service endpoints in each supported Region. For more information, see Amazon ECR endpoints in the Amazon Web Services General Reference.
Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
Modifier and Type | Method and Description |
---|---|
BatchCheckLayerAvailabilityResult |
batchCheckLayerAvailability(BatchCheckLayerAvailabilityRequest batchCheckLayerAvailabilityRequest)
Checks the availability of one or more image layers in a repository.
|
BatchDeleteImageResult |
batchDeleteImage(BatchDeleteImageRequest batchDeleteImageRequest)
Deletes a list of specified images within a repository.
|
BatchGetImageResult |
batchGetImage(BatchGetImageRequest batchGetImageRequest)
Gets detailed information for an image.
|
BatchGetRepositoryScanningConfigurationResult |
batchGetRepositoryScanningConfiguration(BatchGetRepositoryScanningConfigurationRequest batchGetRepositoryScanningConfigurationRequest)
Gets the scanning configuration for one or more repositories.
|
CompleteLayerUploadResult |
completeLayerUpload(CompleteLayerUploadRequest completeLayerUploadRequest)
Informs Amazon ECR that the image layer upload has completed for a specified registry, repository name, and
upload ID.
|
CreatePullThroughCacheRuleResult |
createPullThroughCacheRule(CreatePullThroughCacheRuleRequest createPullThroughCacheRuleRequest)
Creates a pull through cache rule.
|
CreateRepositoryResult |
createRepository(CreateRepositoryRequest createRepositoryRequest)
Creates a repository.
|
CreateRepositoryCreationTemplateResult |
createRepositoryCreationTemplate(CreateRepositoryCreationTemplateRequest createRepositoryCreationTemplateRequest)
Creates a repository creation template.
|
DeleteLifecyclePolicyResult |
deleteLifecyclePolicy(DeleteLifecyclePolicyRequest deleteLifecyclePolicyRequest)
Deletes the lifecycle policy associated with the specified repository.
|
DeletePullThroughCacheRuleResult |
deletePullThroughCacheRule(DeletePullThroughCacheRuleRequest deletePullThroughCacheRuleRequest)
Deletes a pull through cache rule.
|
DeleteRegistryPolicyResult |
deleteRegistryPolicy(DeleteRegistryPolicyRequest deleteRegistryPolicyRequest)
Deletes the registry permissions policy.
|
DeleteRepositoryResult |
deleteRepository(DeleteRepositoryRequest deleteRepositoryRequest)
Deletes a repository.
|
DeleteRepositoryCreationTemplateResult |
deleteRepositoryCreationTemplate(DeleteRepositoryCreationTemplateRequest deleteRepositoryCreationTemplateRequest)
Deletes a repository creation template.
|
DeleteRepositoryPolicyResult |
deleteRepositoryPolicy(DeleteRepositoryPolicyRequest deleteRepositoryPolicyRequest)
Deletes the repository policy associated with the specified repository.
|
DescribeImageReplicationStatusResult |
describeImageReplicationStatus(DescribeImageReplicationStatusRequest describeImageReplicationStatusRequest)
Returns the replication status for a specified image.
|
DescribeImagesResult |
describeImages(DescribeImagesRequest describeImagesRequest)
Returns metadata about the images in a repository.
|
DescribeImageScanFindingsResult |
describeImageScanFindings(DescribeImageScanFindingsRequest describeImageScanFindingsRequest)
Returns the scan findings for the specified image.
|
DescribePullThroughCacheRulesResult |
describePullThroughCacheRules(DescribePullThroughCacheRulesRequest describePullThroughCacheRulesRequest)
Returns the pull through cache rules for a registry.
|
DescribeRegistryResult |
describeRegistry(DescribeRegistryRequest describeRegistryRequest)
Describes the settings for a registry.
|
DescribeRepositoriesResult |
describeRepositories(DescribeRepositoriesRequest describeRepositoriesRequest)
Describes image repositories in a registry.
|
DescribeRepositoryCreationTemplatesResult |
describeRepositoryCreationTemplates(DescribeRepositoryCreationTemplatesRequest describeRepositoryCreationTemplatesRequest)
Returns details about the repository creation templates in a registry.
|
GetAuthorizationTokenResult |
getAuthorizationToken(GetAuthorizationTokenRequest getAuthorizationTokenRequest)
Retrieves an authorization token.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetDownloadUrlForLayerResult |
getDownloadUrlForLayer(GetDownloadUrlForLayerRequest getDownloadUrlForLayerRequest)
Retrieves the pre-signed Amazon S3 download URL corresponding to an image layer.
|
GetLifecyclePolicyResult |
getLifecyclePolicy(GetLifecyclePolicyRequest getLifecyclePolicyRequest)
Retrieves the lifecycle policy for the specified repository.
|
GetLifecyclePolicyPreviewResult |
getLifecyclePolicyPreview(GetLifecyclePolicyPreviewRequest getLifecyclePolicyPreviewRequest)
Retrieves the results of the lifecycle policy preview request for the specified repository.
|
GetRegistryPolicyResult |
getRegistryPolicy(GetRegistryPolicyRequest getRegistryPolicyRequest)
Retrieves the permissions policy for a registry.
|
GetRegistryScanningConfigurationResult |
getRegistryScanningConfiguration(GetRegistryScanningConfigurationRequest getRegistryScanningConfigurationRequest)
Retrieves the scanning configuration for a registry.
|
GetRepositoryPolicyResult |
getRepositoryPolicy(GetRepositoryPolicyRequest getRepositoryPolicyRequest)
Retrieves the repository policy for the specified repository.
|
InitiateLayerUploadResult |
initiateLayerUpload(InitiateLayerUploadRequest initiateLayerUploadRequest)
Notifies Amazon ECR that you intend to upload an image layer.
|
ListImagesResult |
listImages(ListImagesRequest listImagesRequest)
Lists all the image IDs for the specified repository.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
List the tags for an Amazon ECR resource.
|
PutImageResult |
putImage(PutImageRequest putImageRequest)
Creates or updates the image manifest and tags associated with an image.
|
PutImageScanningConfigurationResult |
putImageScanningConfiguration(PutImageScanningConfigurationRequest putImageScanningConfigurationRequest)
|
PutImageTagMutabilityResult |
putImageTagMutability(PutImageTagMutabilityRequest putImageTagMutabilityRequest)
Updates the image tag mutability settings for the specified repository.
|
PutLifecyclePolicyResult |
putLifecyclePolicy(PutLifecyclePolicyRequest putLifecyclePolicyRequest)
Creates or updates the lifecycle policy for the specified repository.
|
PutRegistryPolicyResult |
putRegistryPolicy(PutRegistryPolicyRequest putRegistryPolicyRequest)
Creates or updates the permissions policy for your registry.
|
PutRegistryScanningConfigurationResult |
putRegistryScanningConfiguration(PutRegistryScanningConfigurationRequest putRegistryScanningConfigurationRequest)
Creates or updates the scanning configuration for your private registry.
|
PutReplicationConfigurationResult |
putReplicationConfiguration(PutReplicationConfigurationRequest putReplicationConfigurationRequest)
Creates or updates the replication configuration for a registry.
|
void |
setEndpoint(String endpoint)
Deprecated.
use
AwsClientBuilder#setEndpointConfiguration(AwsClientBuilder.EndpointConfiguration) for
example:
builder.setEndpointConfiguration(new EndpointConfiguration(endpoint, signingRegion)); |
void |
setRegion(Region region)
Deprecated.
use
AwsClientBuilder#setRegion(String) |
SetRepositoryPolicyResult |
setRepositoryPolicy(SetRepositoryPolicyRequest setRepositoryPolicyRequest)
Applies a repository policy to the specified repository to control access permissions.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
StartImageScanResult |
startImageScan(StartImageScanRequest startImageScanRequest)
Starts an image vulnerability scan.
|
StartLifecyclePolicyPreviewResult |
startLifecyclePolicyPreview(StartLifecyclePolicyPreviewRequest startLifecyclePolicyPreviewRequest)
Starts a preview of a lifecycle policy for the specified repository.
|
TagResourceResult |
tagResource(TagResourceRequest tagResourceRequest)
Adds specified tags to a resource with the specified ARN.
|
UntagResourceResult |
untagResource(UntagResourceRequest untagResourceRequest)
Deletes specified tags from a resource.
|
UpdatePullThroughCacheRuleResult |
updatePullThroughCacheRule(UpdatePullThroughCacheRuleRequest updatePullThroughCacheRuleRequest)
Updates an existing pull through cache rule.
|
UpdateRepositoryCreationTemplateResult |
updateRepositoryCreationTemplate(UpdateRepositoryCreationTemplateRequest updateRepositoryCreationTemplateRequest)
Updates an existing repository creation template.
|
UploadLayerPartResult |
uploadLayerPart(UploadLayerPartRequest uploadLayerPartRequest)
Uploads an image layer part to Amazon ECR.
|
ValidatePullThroughCacheRuleResult |
validatePullThroughCacheRule(ValidatePullThroughCacheRuleRequest validatePullThroughCacheRuleRequest)
Validates an existing pull through cache rule for an upstream registry that requires authentication.
|
AmazonECRWaiters |
waiters() |
static final String ENDPOINT_PREFIX
@Deprecated void setEndpoint(String endpoint)
AwsClientBuilder#setEndpointConfiguration(AwsClientBuilder.EndpointConfiguration)
for
example:
builder.setEndpointConfiguration(new EndpointConfiguration(endpoint, signingRegion));
Callers can pass in just the endpoint (ex: "api.ecr.us-east-1.amazonaws.com") or a full URL, including the
protocol (ex: "api.ecr.us-east-1.amazonaws.com"). If the protocol is not specified here, the default protocol
from this client's ClientConfiguration
will be used, which by default is HTTPS.
For more information on using AWS regions with the AWS SDK for Java, and a complete list of all available endpoints for all AWS services, see: https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/java-dg-region-selection.html#region-selection- choose-endpoint
This method is not threadsafe. An endpoint should be configured when the client is created and before any service requests are made. Changing it afterwards creates inevitable race conditions for any service requests in transit or retrying.
endpoint
- The endpoint (ex: "api.ecr.us-east-1.amazonaws.com") or a full URL, including the protocol (ex:
"api.ecr.us-east-1.amazonaws.com") of the region specific AWS endpoint this client will communicate with.@Deprecated void setRegion(Region region)
AwsClientBuilder#setRegion(String)
setEndpoint(String)
, sets the regional endpoint for this client's service
calls. Callers can use this method to control which AWS region they want to work with.
By default, all service endpoints in all regions use the https protocol. To use http instead, specify it in the
ClientConfiguration
supplied at construction.
This method is not threadsafe. A region should be configured when the client is created and before any service requests are made. Changing it afterwards creates inevitable race conditions for any service requests in transit or retrying.
region
- The region this client will communicate with. See Region.getRegion(com.amazonaws.regions.Regions)
for accessing a given region. Must not be null and must be a region where the service is available.Region.getRegion(com.amazonaws.regions.Regions)
,
Region.createClient(Class, com.amazonaws.auth.AWSCredentialsProvider, ClientConfiguration)
,
Region.isServiceSupported(String)
BatchCheckLayerAvailabilityResult batchCheckLayerAvailability(BatchCheckLayerAvailabilityRequest batchCheckLayerAvailabilityRequest)
Checks the availability of one or more image layers in a repository.
When an image is pushed to a repository, each image layer is checked to verify if it has been uploaded before. If it has been uploaded, then the image layer is skipped.
This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing
images. In most cases, you should use the docker
CLI to pull, tag, and push images.
batchCheckLayerAvailabilityRequest
- RepositoryNotFoundException
- The specified repository could not be found. Check the spelling of the specified repository and ensure
that you are performing operations on the correct registry.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.ServerException
- These errors are usually caused by a server-side issue.BatchDeleteImageResult batchDeleteImage(BatchDeleteImageRequest batchDeleteImageRequest)
Deletes a list of specified images within a repository. Images are specified with either an imageTag
or imageDigest
.
You can remove a tag from an image by specifying the image's tag in your request. When you remove the last tag from an image, the image is deleted from your repository.
You can completely delete an image (and all of its tags) by specifying the image's digest in your request.
batchDeleteImageRequest
- Deletes specified images within a specified repository. Images are specified with either the
imageTag
or imageDigest
.ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.RepositoryNotFoundException
- The specified repository could not be found. Check the spelling of the specified repository and ensure
that you are performing operations on the correct registry.AmazonECR client = AmazonECRClientBuilder.standard().build(); BatchDeleteImageRequest request = new BatchDeleteImageRequest().withRepositoryName("ubuntu") .withImageIds(new ImageIdentifier().withImageTag("precise")); BatchDeleteImageResult response = client.batchDeleteImage(request);
BatchGetImageResult batchGetImage(BatchGetImageRequest batchGetImageRequest)
Gets detailed information for an image. Images are specified with either an imageTag
or
imageDigest
.
When an image is pulled, the BatchGetImage API is called once to retrieve the image manifest.
batchGetImageRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.RepositoryNotFoundException
- The specified repository could not be found. Check the spelling of the specified repository and ensure
that you are performing operations on the correct registry.LimitExceededException
- The operation did not 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.UnableToGetUpstreamImageException
- The image or images were unable to be pulled using the pull through cache rule. This is usually caused
because of an issue with the Secrets Manager secret containing the credentials for the upstream registry.AmazonECR client = AmazonECRClientBuilder.standard().build(); BatchGetImageRequest request = new BatchGetImageRequest().withRepositoryName("ubuntu").withImageIds(new ImageIdentifier().withImageTag("precise")); BatchGetImageResult response = client.batchGetImage(request);
BatchGetRepositoryScanningConfigurationResult batchGetRepositoryScanningConfiguration(BatchGetRepositoryScanningConfigurationRequest batchGetRepositoryScanningConfigurationRequest)
Gets the scanning configuration for one or more repositories.
batchGetRepositoryScanningConfigurationRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.RepositoryNotFoundException
- The specified repository could not be found. Check the spelling of the specified repository and ensure
that you are performing operations on the correct registry.ValidationException
- There was an exception validating this request.CompleteLayerUploadResult completeLayerUpload(CompleteLayerUploadRequest completeLayerUploadRequest)
Informs Amazon ECR that the image layer upload has completed for a specified registry, repository name, and
upload ID. You can optionally provide a sha256
digest of the image layer for data validation
purposes.
When an image is pushed, the CompleteLayerUpload API is called once per each new image layer to verify that the upload has completed.
This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing
images. In most cases, you should use the docker
CLI to pull, tag, and push images.
completeLayerUploadRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.RepositoryNotFoundException
- The specified repository could not be found. Check the spelling of the specified repository and ensure
that you are performing operations on the correct registry.UploadNotFoundException
- The upload could not be found, or the specified upload ID is not valid for this repository.InvalidLayerException
- The layer digest calculation performed by Amazon ECR upon receipt of the image layer does not match the
digest specified.LayerPartTooSmallException
- Layer parts must be at least 5 MiB in size.LayerAlreadyExistsException
- The image layer already exists in the associated repository.EmptyUploadException
- The specified layer upload does not contain any layer parts.KmsException
- The operation failed due to a KMS exception.CreatePullThroughCacheRuleResult createPullThroughCacheRule(CreatePullThroughCacheRuleRequest createPullThroughCacheRuleRequest)
Creates a pull through cache rule. A pull through cache rule provides a way to cache images from an upstream registry source in your Amazon ECR private registry. For more information, see Using pull through cache rules in the Amazon Elastic Container Registry User Guide.
createPullThroughCacheRuleRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.ValidationException
- There was an exception validating this request.PullThroughCacheRuleAlreadyExistsException
- A pull through cache rule with these settings already exists for the private registry.UnsupportedUpstreamRegistryException
- The specified upstream registry isn't supported.LimitExceededException
- The operation did not 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.UnableToAccessSecretException
- The secret is unable to be accessed. Verify the resource permissions for the secret and try again.SecretNotFoundException
- The ARN of the secret specified in the pull through cache rule was not found. Update the pull through
cache rule with a valid secret ARN and try again.UnableToDecryptSecretValueException
- The secret is accessible but is unable to be decrypted. Verify the resource permisisons and try again.CreateRepositoryResult createRepository(CreateRepositoryRequest createRepositoryRequest)
Creates a repository. For more information, see Amazon ECR repositories in the Amazon Elastic Container Registry User Guide.
createRepositoryRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.InvalidTagParameterException
- 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.TooManyTagsException
- 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.RepositoryAlreadyExistsException
- The specified repository already exists in the specified registry.LimitExceededException
- The operation did not 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.KmsException
- The operation failed due to a KMS exception.AmazonECR client = AmazonECRClientBuilder.standard().build(); CreateRepositoryRequest request = new CreateRepositoryRequest().withRepositoryName("project-a/nginx-web-app"); CreateRepositoryResult response = client.createRepository(request);
CreateRepositoryCreationTemplateResult createRepositoryCreationTemplate(CreateRepositoryCreationTemplateRequest createRepositoryCreationTemplateRequest)
Creates a repository creation template. This template is used to define the settings for repositories created by Amazon ECR on your behalf. For example, repositories created through pull through cache actions. For more information, see Private repository creation templates in the Amazon Elastic Container Registry User Guide.
createRepositoryCreationTemplateRequest
- ServerException
- These errors are usually caused by a server-side issue.ValidationException
- There was an exception validating this request.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.LimitExceededException
- The operation did not 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.TemplateAlreadyExistsException
- The repository creation template already exists. Specify a unique prefix and try again.DeleteLifecyclePolicyResult deleteLifecyclePolicy(DeleteLifecyclePolicyRequest deleteLifecyclePolicyRequest)
Deletes the lifecycle policy associated with the specified repository.
deleteLifecyclePolicyRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.RepositoryNotFoundException
- The specified repository could not be found. Check the spelling of the specified repository and ensure
that you are performing operations on the correct registry.LifecyclePolicyNotFoundException
- The lifecycle policy could not be found, and no policy is set to the repository.ValidationException
- There was an exception validating this request.DeletePullThroughCacheRuleResult deletePullThroughCacheRule(DeletePullThroughCacheRuleRequest deletePullThroughCacheRuleRequest)
Deletes a pull through cache rule.
deletePullThroughCacheRuleRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.ValidationException
- There was an exception validating this request.PullThroughCacheRuleNotFoundException
- The pull through cache rule was not found. Specify a valid pull through cache rule and try again.DeleteRegistryPolicyResult deleteRegistryPolicy(DeleteRegistryPolicyRequest deleteRegistryPolicyRequest)
Deletes the registry permissions policy.
deleteRegistryPolicyRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.RegistryPolicyNotFoundException
- The registry doesn't have an associated registry policy.ValidationException
- There was an exception validating this request.DeleteRepositoryResult deleteRepository(DeleteRepositoryRequest deleteRepositoryRequest)
Deletes a repository. If the repository isn't empty, you must either delete the contents of the repository or use
the force
option to delete the repository and have Amazon ECR delete all of its contents on your
behalf.
deleteRepositoryRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.RepositoryNotFoundException
- The specified repository could not be found. Check the spelling of the specified repository and ensure
that you are performing operations on the correct registry.RepositoryNotEmptyException
- The specified repository contains images. To delete a repository that contains images, you must force the
deletion with the force
parameter.KmsException
- The operation failed due to a KMS exception.AmazonECR client = AmazonECRClientBuilder.standard().build(); DeleteRepositoryRequest request = new DeleteRepositoryRequest().withRepositoryName("ubuntu").withForce(true); DeleteRepositoryResult response = client.deleteRepository(request);
DeleteRepositoryCreationTemplateResult deleteRepositoryCreationTemplate(DeleteRepositoryCreationTemplateRequest deleteRepositoryCreationTemplateRequest)
Deletes a repository creation template.
deleteRepositoryCreationTemplateRequest
- ServerException
- These errors are usually caused by a server-side issue.ValidationException
- There was an exception validating this request.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.TemplateNotFoundException
- The specified repository creation template can't be found. Verify the registry ID and prefix and try
again.DeleteRepositoryPolicyResult deleteRepositoryPolicy(DeleteRepositoryPolicyRequest deleteRepositoryPolicyRequest)
Deletes the repository policy associated with the specified repository.
deleteRepositoryPolicyRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.RepositoryNotFoundException
- The specified repository could not be found. Check the spelling of the specified repository and ensure
that you are performing operations on the correct registry.RepositoryPolicyNotFoundException
- The specified repository and registry combination does not have an associated repository policy.AmazonECR client = AmazonECRClientBuilder.standard().build(); DeleteRepositoryPolicyRequest request = new DeleteRepositoryPolicyRequest().withRepositoryName("ubuntu"); DeleteRepositoryPolicyResult response = client.deleteRepositoryPolicy(request);
DescribeImageReplicationStatusResult describeImageReplicationStatus(DescribeImageReplicationStatusRequest describeImageReplicationStatusRequest)
Returns the replication status for a specified image.
describeImageReplicationStatusRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.ImageNotFoundException
- The image requested does not exist in the specified repository.RepositoryNotFoundException
- The specified repository could not be found. Check the spelling of the specified repository and ensure
that you are performing operations on the correct registry.ValidationException
- There was an exception validating this request.DescribeImageScanFindingsResult describeImageScanFindings(DescribeImageScanFindingsRequest describeImageScanFindingsRequest)
Returns the scan findings for the specified image.
describeImageScanFindingsRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.RepositoryNotFoundException
- The specified repository could not be found. Check the spelling of the specified repository and ensure
that you are performing operations on the correct registry.ImageNotFoundException
- The image requested does not exist in the specified repository.ScanNotFoundException
- The specified image scan could not be found. Ensure that image scanning is enabled on the repository and
try again.ValidationException
- There was an exception validating this request.DescribeImagesResult describeImages(DescribeImagesRequest describeImagesRequest)
Returns metadata about the images in a repository.
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 may
return a larger image size than the image sizes returned by DescribeImages.
describeImagesRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.RepositoryNotFoundException
- The specified repository could not be found. Check the spelling of the specified repository and ensure
that you are performing operations on the correct registry.ImageNotFoundException
- The image requested does not exist in the specified repository.DescribePullThroughCacheRulesResult describePullThroughCacheRules(DescribePullThroughCacheRulesRequest describePullThroughCacheRulesRequest)
Returns the pull through cache rules for a registry.
describePullThroughCacheRulesRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.ValidationException
- There was an exception validating this request.PullThroughCacheRuleNotFoundException
- The pull through cache rule was not found. Specify a valid pull through cache rule and try again.DescribeRegistryResult describeRegistry(DescribeRegistryRequest describeRegistryRequest)
Describes the settings for a registry. The replication configuration for a repository can be created or updated with the PutReplicationConfiguration API action.
describeRegistryRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.ValidationException
- There was an exception validating this request.DescribeRepositoriesResult describeRepositories(DescribeRepositoriesRequest describeRepositoriesRequest)
Describes image repositories in a registry.
describeRepositoriesRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.RepositoryNotFoundException
- The specified repository could not be found. Check the spelling of the specified repository and ensure
that you are performing operations on the correct registry.AmazonECR client = AmazonECRClientBuilder.standard().build(); DescribeRepositoriesRequest request = new DescribeRepositoriesRequest(); DescribeRepositoriesResult response = client.describeRepositories(request);
DescribeRepositoryCreationTemplatesResult describeRepositoryCreationTemplates(DescribeRepositoryCreationTemplatesRequest describeRepositoryCreationTemplatesRequest)
Returns details about the repository creation templates in a registry. The prefixes
request
parameter can be used to return the details for a specific repository creation template.
describeRepositoryCreationTemplatesRequest
- ServerException
- These errors are usually caused by a server-side issue.ValidationException
- There was an exception validating this request.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.GetAuthorizationTokenResult getAuthorizationToken(GetAuthorizationTokenRequest getAuthorizationTokenRequest)
Retrieves an authorization token. An authorization token represents your IAM authentication credentials and can be used to access any Amazon ECR registry that your IAM principal has access to. The authorization token is valid for 12 hours.
The authorizationToken
returned is a base64 encoded string that can be decoded and used in a
docker login
command to authenticate to a registry. The CLI offers an
get-login-password
command that simplifies the login process. For more information, see Registry
authentication in the Amazon Elastic Container Registry User Guide.
getAuthorizationTokenRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.AmazonECR client = AmazonECRClientBuilder.standard().build(); GetAuthorizationTokenRequest request = new GetAuthorizationTokenRequest(); GetAuthorizationTokenResult response = client.getAuthorizationToken(request);
GetDownloadUrlForLayerResult getDownloadUrlForLayer(GetDownloadUrlForLayerRequest getDownloadUrlForLayerRequest)
Retrieves the pre-signed Amazon S3 download URL corresponding to an image layer. You can only get URLs for image layers that are referenced in an image.
When an image is pulled, the GetDownloadUrlForLayer API is called once per image layer that is not already cached.
This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing
images. In most cases, you should use the docker
CLI to pull, tag, and push images.
getDownloadUrlForLayerRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.LayersNotFoundException
- The specified layers could not be found, or the specified layer is not valid for this repository.LayerInaccessibleException
- The specified layer is not available because it is not associated with an image. Unassociated image
layers may be cleaned up at any time.RepositoryNotFoundException
- The specified repository could not be found. Check the spelling of the specified repository and ensure
that you are performing operations on the correct registry.UnableToGetUpstreamLayerException
- There was an issue getting the upstream layer matching the pull through cache rule.GetLifecyclePolicyResult getLifecyclePolicy(GetLifecyclePolicyRequest getLifecyclePolicyRequest)
Retrieves the lifecycle policy for the specified repository.
getLifecyclePolicyRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.RepositoryNotFoundException
- The specified repository could not be found. Check the spelling of the specified repository and ensure
that you are performing operations on the correct registry.LifecyclePolicyNotFoundException
- The lifecycle policy could not be found, and no policy is set to the repository.ValidationException
- There was an exception validating this request.GetLifecyclePolicyPreviewResult getLifecyclePolicyPreview(GetLifecyclePolicyPreviewRequest getLifecyclePolicyPreviewRequest)
Retrieves the results of the lifecycle policy preview request for the specified repository.
getLifecyclePolicyPreviewRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.RepositoryNotFoundException
- The specified repository could not be found. Check the spelling of the specified repository and ensure
that you are performing operations on the correct registry.LifecyclePolicyPreviewNotFoundException
- There is no dry run for this repository.ValidationException
- There was an exception validating this request.GetRegistryPolicyResult getRegistryPolicy(GetRegistryPolicyRequest getRegistryPolicyRequest)
Retrieves the permissions policy for a registry.
getRegistryPolicyRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.RegistryPolicyNotFoundException
- The registry doesn't have an associated registry policy.ValidationException
- There was an exception validating this request.GetRegistryScanningConfigurationResult getRegistryScanningConfiguration(GetRegistryScanningConfigurationRequest getRegistryScanningConfigurationRequest)
Retrieves the scanning configuration for a registry.
getRegistryScanningConfigurationRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.ValidationException
- There was an exception validating this request.GetRepositoryPolicyResult getRepositoryPolicy(GetRepositoryPolicyRequest getRepositoryPolicyRequest)
Retrieves the repository policy for the specified repository.
getRepositoryPolicyRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.RepositoryNotFoundException
- The specified repository could not be found. Check the spelling of the specified repository and ensure
that you are performing operations on the correct registry.RepositoryPolicyNotFoundException
- The specified repository and registry combination does not have an associated repository policy.AmazonECR client = AmazonECRClientBuilder.standard().build(); GetRepositoryPolicyRequest request = new GetRepositoryPolicyRequest().withRepositoryName("ubuntu"); GetRepositoryPolicyResult response = client.getRepositoryPolicy(request);
InitiateLayerUploadResult initiateLayerUpload(InitiateLayerUploadRequest initiateLayerUploadRequest)
Notifies Amazon ECR that you intend to upload an image layer.
When an image is pushed, the InitiateLayerUpload API is called once per image layer that has not already been uploaded. Whether or not an image layer has been uploaded is determined by the BatchCheckLayerAvailability API action.
This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing
images. In most cases, you should use the docker
CLI to pull, tag, and push images.
initiateLayerUploadRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.RepositoryNotFoundException
- The specified repository could not be found. Check the spelling of the specified repository and ensure
that you are performing operations on the correct registry.KmsException
- The operation failed due to a KMS exception.ListImagesResult listImages(ListImagesRequest listImagesRequest)
Lists all the image IDs for the specified repository.
You can filter images based on whether or not they are tagged by using the tagStatus
filter and
specifying either TAGGED
, UNTAGGED
or ANY
. For example, you can filter
your results to return only UNTAGGED
images and then pipe that result to a BatchDeleteImage
operation to delete them. Or, you can filter your results to return only TAGGED
images to list all
of the tags in your repository.
listImagesRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.RepositoryNotFoundException
- The specified repository could not be found. Check the spelling of the specified repository and ensure
that you are performing operations on the correct registry.AmazonECR client = AmazonECRClientBuilder.standard().build(); ListImagesRequest request = new ListImagesRequest().withRepositoryName("ubuntu"); ListImagesResult response = client.listImages(request);
ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
List the tags for an Amazon ECR resource.
listTagsForResourceRequest
- InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.RepositoryNotFoundException
- The specified repository could not be found. Check the spelling of the specified repository and ensure
that you are performing operations on the correct registry.ServerException
- These errors are usually caused by a server-side issue.PutImageResult putImage(PutImageRequest putImageRequest)
Creates or updates the image manifest and tags associated with an image.
When an image is pushed and all new image layers have been uploaded, the PutImage API is called once to create or update the image manifest and the tags associated with the image.
This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing
images. In most cases, you should use the docker
CLI to pull, tag, and push images.
putImageRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.RepositoryNotFoundException
- The specified repository could not be found. Check the spelling of the specified repository and ensure
that you are performing operations on the correct registry.ImageAlreadyExistsException
- The specified image has already been pushed, and there were no changes to the manifest or image tag after
the last push.LayersNotFoundException
- The specified layers could not be found, or the specified layer is not valid for this repository.ReferencedImagesNotFoundException
- The manifest list is referencing an image that does not exist.LimitExceededException
- The operation did not 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.ImageTagAlreadyExistsException
- The specified image is tagged with a tag that already exists. The repository is configured for tag
immutability.ImageDigestDoesNotMatchException
- The specified image digest does not match the digest that Amazon ECR calculated for the image.KmsException
- The operation failed due to a KMS exception.PutImageScanningConfigurationResult putImageScanningConfiguration(PutImageScanningConfigurationRequest putImageScanningConfigurationRequest)
The PutImageScanningConfiguration
API is being deprecated, in favor of specifying the image scanning
configuration at the registry level. For more information, see PutRegistryScanningConfiguration.
Updates the image scanning configuration for the specified repository.
putImageScanningConfigurationRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.RepositoryNotFoundException
- The specified repository could not be found. Check the spelling of the specified repository and ensure
that you are performing operations on the correct registry.ValidationException
- There was an exception validating this request.PutImageTagMutabilityResult putImageTagMutability(PutImageTagMutabilityRequest putImageTagMutabilityRequest)
Updates the image tag mutability settings for the specified repository. For more information, see Image tag mutability in the Amazon Elastic Container Registry User Guide.
putImageTagMutabilityRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.RepositoryNotFoundException
- The specified repository could not be found. Check the spelling of the specified repository and ensure
that you are performing operations on the correct registry.PutLifecyclePolicyResult putLifecyclePolicy(PutLifecyclePolicyRequest putLifecyclePolicyRequest)
Creates or updates the lifecycle policy for the specified repository. For more information, see Lifecycle policy template.
putLifecyclePolicyRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.RepositoryNotFoundException
- The specified repository could not be found. Check the spelling of the specified repository and ensure
that you are performing operations on the correct registry.ValidationException
- There was an exception validating this request.PutRegistryPolicyResult putRegistryPolicy(PutRegistryPolicyRequest putRegistryPolicyRequest)
Creates or updates the permissions policy for your registry.
A registry policy is used to specify permissions for another Amazon Web Services account and is used when configuring cross-account replication. For more information, see Registry permissions in the Amazon Elastic Container Registry User Guide.
putRegistryPolicyRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.ValidationException
- There was an exception validating this request.PutRegistryScanningConfigurationResult putRegistryScanningConfiguration(PutRegistryScanningConfigurationRequest putRegistryScanningConfigurationRequest)
Creates or updates the scanning configuration for your private registry.
putRegistryScanningConfigurationRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.ValidationException
- There was an exception validating this request.PutReplicationConfigurationResult putReplicationConfiguration(PutReplicationConfigurationRequest putReplicationConfigurationRequest)
Creates or updates the replication configuration for a registry. The existing replication configuration for a repository can be retrieved with the DescribeRegistry API action. The first time the PutReplicationConfiguration API is called, a service-linked IAM role is created in your account for the replication process. For more information, see Using service-linked roles for Amazon ECR in the Amazon Elastic Container Registry User Guide. For more information on the custom role for replication, see Creating an IAM role for replication.
When configuring cross-account replication, the destination account must grant the source account permission to replicate. This permission is controlled using a registry permissions policy. For more information, see PutRegistryPolicy.
putReplicationConfigurationRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.ValidationException
- There was an exception validating this request.SetRepositoryPolicyResult setRepositoryPolicy(SetRepositoryPolicyRequest setRepositoryPolicyRequest)
Applies a repository policy to the specified repository to control access permissions. For more information, see Amazon ECR Repository policies in the Amazon Elastic Container Registry User Guide.
setRepositoryPolicyRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.RepositoryNotFoundException
- The specified repository could not be found. Check the spelling of the specified repository and ensure
that you are performing operations on the correct registry.StartImageScanResult startImageScan(StartImageScanRequest startImageScanRequest)
Starts an image vulnerability scan. An image scan can only be started once per 24 hours on an individual image. This limit includes if an image was scanned on initial push. For more information, see Image scanning in the Amazon Elastic Container Registry User Guide.
startImageScanRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.UnsupportedImageTypeException
- The image is of a type that cannot be scanned.LimitExceededException
- The operation did not 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.RepositoryNotFoundException
- The specified repository could not be found. Check the spelling of the specified repository and ensure
that you are performing operations on the correct registry.ImageNotFoundException
- The image requested does not exist in the specified repository.ValidationException
- There was an exception validating this request.StartLifecyclePolicyPreviewResult startLifecyclePolicyPreview(StartLifecyclePolicyPreviewRequest startLifecyclePolicyPreviewRequest)
Starts a preview of a lifecycle policy for the specified repository. This allows you to see the results before associating the lifecycle policy with the repository.
startLifecyclePolicyPreviewRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.RepositoryNotFoundException
- The specified repository could not be found. Check the spelling of the specified repository and ensure
that you are performing operations on the correct registry.LifecyclePolicyNotFoundException
- The lifecycle policy could not be found, and no policy is set to the repository.LifecyclePolicyPreviewInProgressException
- The previous lifecycle policy preview request has not completed. Wait and try again.ValidationException
- There was an exception validating this request.TagResourceResult tagResource(TagResourceRequest tagResourceRequest)
Adds specified tags to a resource with the specified ARN. Existing tags on a resource are not changed if they are not specified in the request parameters.
tagResourceRequest
- InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.InvalidTagParameterException
- 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.TooManyTagsException
- 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.RepositoryNotFoundException
- The specified repository could not be found. Check the spelling of the specified repository and ensure
that you are performing operations on the correct registry.ServerException
- These errors are usually caused by a server-side issue.UntagResourceResult untagResource(UntagResourceRequest untagResourceRequest)
Deletes specified tags from a resource.
untagResourceRequest
- InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.InvalidTagParameterException
- 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.TooManyTagsException
- 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.RepositoryNotFoundException
- The specified repository could not be found. Check the spelling of the specified repository and ensure
that you are performing operations on the correct registry.ServerException
- These errors are usually caused by a server-side issue.UpdatePullThroughCacheRuleResult updatePullThroughCacheRule(UpdatePullThroughCacheRuleRequest updatePullThroughCacheRuleRequest)
Updates an existing pull through cache rule.
updatePullThroughCacheRuleRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.ValidationException
- There was an exception validating this request.UnableToAccessSecretException
- The secret is unable to be accessed. Verify the resource permissions for the secret and try again.PullThroughCacheRuleNotFoundException
- The pull through cache rule was not found. Specify a valid pull through cache rule and try again.SecretNotFoundException
- The ARN of the secret specified in the pull through cache rule was not found. Update the pull through
cache rule with a valid secret ARN and try again.UnableToDecryptSecretValueException
- The secret is accessible but is unable to be decrypted. Verify the resource permisisons and try again.UpdateRepositoryCreationTemplateResult updateRepositoryCreationTemplate(UpdateRepositoryCreationTemplateRequest updateRepositoryCreationTemplateRequest)
Updates an existing repository creation template.
updateRepositoryCreationTemplateRequest
- ServerException
- These errors are usually caused by a server-side issue.ValidationException
- There was an exception validating this request.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.TemplateNotFoundException
- The specified repository creation template can't be found. Verify the registry ID and prefix and try
again.UploadLayerPartResult uploadLayerPart(UploadLayerPartRequest uploadLayerPartRequest)
Uploads an image layer part to Amazon ECR.
When an image is pushed, each new image layer is uploaded in parts. The maximum size of each image layer part can be 20971520 bytes (or about 20MB). The UploadLayerPart API is called once per each new image layer part.
This operation is used by the Amazon ECR proxy and is not generally used by customers for pulling and pushing
images. In most cases, you should use the docker
CLI to pull, tag, and push images.
uploadLayerPartRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.InvalidLayerPartException
- The layer part size is not valid, or the first byte specified is not consecutive to the last byte of a
previous layer part upload.RepositoryNotFoundException
- The specified repository could not be found. Check the spelling of the specified repository and ensure
that you are performing operations on the correct registry.UploadNotFoundException
- The upload could not be found, or the specified upload ID is not valid for this repository.LimitExceededException
- The operation did not 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.KmsException
- The operation failed due to a KMS exception.ValidatePullThroughCacheRuleResult validatePullThroughCacheRule(ValidatePullThroughCacheRuleRequest validatePullThroughCacheRuleRequest)
Validates an existing pull through cache rule for an upstream registry that requires authentication. This will retrieve the contents of the Amazon Web Services Secrets Manager secret, verify the syntax, and then validate that authentication to the upstream registry is successful.
validatePullThroughCacheRuleRequest
- ServerException
- These errors are usually caused by a server-side issue.InvalidParameterException
- The specified parameter is invalid. Review the available parameters for the API request.ValidationException
- There was an exception validating this request.PullThroughCacheRuleNotFoundException
- The pull through cache rule was not found. Specify a valid pull through cache rule and try again.void shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
request
- The originally executed request.AmazonECRWaiters waiters()