Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save domingoladron/38b0ef3cd63f914c41174533340d7a9c to your computer and use it in GitHub Desktop.
Save domingoladron/38b0ef3cd63f914c41174533340d7a9c to your computer and use it in GitHub Desktop.
aws cli ecr describe repository response json
{
"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