Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeloof committed Jan 20, 2016
1 parent 5de85f0 commit 252cd85
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
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

0 comments on commit 252cd85

Please sign in to comment.