Skip to content

Commit

Permalink
add eu-south-1 & af-south-1 in available_image.yml (#50)
Browse files Browse the repository at this point in the history
* add af-south-1 & eu-south-1 in available_image.yml

* bump cryptography to 3.3 py to 1.10.0
  • Loading branch information
guoqiao1992 authored Jan 21, 2021
1 parent 38fc4b6 commit 3cefb40
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ pytest-cov = "==2.10.0"
pytest-xdist = "==1.32.0"
docker = "==4.2.2"
docker-compose = "==1.26.2"
cryptography = "==3.3"

[requires]
python_version = "3.7"
2 changes: 2 additions & 0 deletions available_images.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ Images are available in the following regions:
|Asia Pacific (Mumbai) |ap-south-1 |105495057255.dkr.ecr.ap-south-1.amazonaws.com/<repository-name>:<image-tag> |
|Asia Pacific (Singapore) |ap-southeast-1 |759080221371.dkr.ecr.ap-southeast-1.amazonaws.com/<repository-name>:<image-tag> |
|Asia Pacific (Sydney) |ap-southeast-2 |440695851116.dkr.ecr.ap-southeast-2.amazonaws.com/<repository-name>:<image-tag> |
|Africa (Cape Town) |af-south-1 |309385258863.dkr.ecr.af-south-1.amazonaws.com/<repository-name>:<image-tag> |
|Middle East (Bahrain) |me-south-1 |750251592176.dkr.ecr.me-south-1.amazonaws.com/<repository-name>:<image-tag> |
|South America (Sao Paulo) |sa-east-1 |737130764395.dkr.ecr.sa-east-1.amazonaws.com/<repository-name>:<image-tag> |
|Canada (Central) |ca-central-1 |446299261295.dkr.ecr.ca-central-1.amazonaws.com/<repository-name>:<image-tag> |
|EU (Frankfurt) |eu-central-1 |906073651304.dkr.ecr.eu-central-1.amazonaws.com/<repository-name>:<image-tag> |
|EU (Stockholm) |eu-north-1 |330188676905.dkr.ecr.eu-north-1.amazonaws.com/<repository-name>:<image-tag> |
|EU (Ireland) |eu-west-1 |571004829621.dkr.ecr.eu-west-1.amazonaws.com/<repository-name>:<image-tag> |
|EU (London) |eu-west-2 |836651553127.dkr.ecr.eu-west-2.amazonaws.com/<repository-name>:<image-tag> |
|EU (Milano) |eu-south-1 |753923664805.dkr.ecr.eu-south-1.amazonaws.com/<repository-name>:<image-tag> |
|EU (Paris) |eu-west-3 |136845547031.dkr.ecr.eu-west-3.amazonaws.com/<repository-name>:<image-tag> |
|China (Beijing) |cn-north-1 |671472414489.dkr.ecr.cn-north-1.amazonaws.com.cn/<repository-name>:<image-tag> |
|China (Ningxia) |cn-northwest-1 |844356804704.dkr.ecr.cn-northwest-1.amazonaws.com.cn/<repository-name>:<image-tag>|
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ requests==2.24.0
rsa==4.3
pyasn1==0.4.8
boto3==1.14.58
cryptography==3.3
1 change: 1 addition & 0 deletions test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ pytest-cov==2.10.0
pytest-xdist==1.32.0
docker==4.2.2
docker-compose==1.26.2
py==1.10.0

0 comments on commit 3cefb40

Please sign in to comment.