forked from jenkinsci/amazon-ecr-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
## Amazon ECR Plugin | ||
|
||
This plugin offers integration with Amazon ECR (Docker registry) as a DockerRegistryToken source to convert | ||
Amazon Credentials into a Docker CLI Authentication Token. | ||
This plugin offers integration with [Amazon ECR](https://aws.amazon.com/ecr/) (Docker registry) as a [DockerRegistryToken](https://github.com/jenkinsci/docker-commons-plugin/blob/master/src/main/java/org/jenkinsci/plugins/docker/commons/credentials/DockerRegistryToken.java) source to convert AWS Credentials into a Docker CLI Authentication Token. | ||
|
||
It uses ECR GetAuthorizationToken API to generate such a token | ||
It uses ECR [http://docs.aws.amazon.com/AmazonECR/latest/APIReference/API_GetAuthorizationToken.html](GetAuthorizationToken) API to generate such a token. | ||
|
||
As aws-java-sdk does not provide ECR support, a basic client has been implemented in com.amazonaws.services.ecs package. | ||
See [wiki page](https://wiki.jenkins-ci.org/display/JENKINS/Amazon+ECR) for details |