Last active
August 5, 2019 07:23
-
-
Save domingoladron/38b0ef3cd63f914c41174533340d7a9c to your computer and use it in GitHub Desktop.
aws cli ecr describe repository response json
This file contains hidden or 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
{ | |
"repositories": | |
[ | |
{ | |
"repositoryArn": "arn:aws:ecr:us-west-2:xxxxxxxxxxxx:repository/production-api-cd", | |
"registryId": "xxxxxxxxxxxx", | |
"repositoryName": "production-api-cd", | |
"repositoryUri": "xxxxxxxxxxxx.dkr.ecr.us-west-2.amazonaws.com/production-api-cd", | |
"createdAt": 1557013902.0 | |
}, | |
{ | |
"repositoryArn": "arn:aws:ecr:us-west-2:xxxxxxxxxxxx:repository/production-datapump-cd", | |
"registryId": "xxxxxxxxxxxx", | |
"repositoryName": "production-datapump-cd", | |
"repositoryUri": "xxxxxxxxxxxx.dkr.ecr.us-west-2.amazonaws.com/production-datapump-cd", | |
"createdAt": 1533713680.0 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment