Add more error handling to the ECR backend

The error messages were copied from `botocore`.
New exceptions: RepositoryNotFoundException & ImageNotFoundException.
This commit is contained in:
Hugo Lopes Tavares 2017-08-10 19:33:38 -04:00
commit e4da4f6cd5
5 changed files with 112 additions and 33 deletions

View file

@ -7,5 +7,5 @@ flake8
freezegun
flask
boto3>=1.4.4
botocore>=1.4.28
botocore>=1.5.77
six