Amazon Elastic Container Registry
#
Use Arbitrium Application with Amazon Elastic Container Registry (ECR)Make sure that you have the latest version of the AWS CLI and Docker installed.
#
You need to have on hand- Region where the service is
- The User name used to login to AWS
- the repo URI
#
To get this information, go to AWS Console- type ECR in the search bar
- go to Elastic Container Registry
- Then to Repository
- Click on the Repository you wish to get your image from
- Click on the View push commands.
#
Get the passwordaws ecr get-login-password --region ca-central-1
#
Note : You can change to your Region (e.g. us-east-1, us-west-1, etc)AWS Doc#
More info :#
We are ready to add the app to Arbitrium#
Private registry usernameAWS User name
#
Private registry tokenThe password we retrieved in the last step.
#
Docker repositoryThe Full URI of the repo (ex: 597351113950.dkr.ecr.ca-central-1.amazonaws.com)
#
Docker imageLike in docker hub (repo/app)