ECR - What is the registry and what is a repository

Viewed 9749

Trying to familiarize myself with ECR - i understand that you should be able to push as many repositories as you like to Docker registry.

However, ECR has a concept of a 'repository'. So if i have 10 different containers comprising my app, does it mean i need 10 repositories in a registry?

Can i have one repository and push 10 different containers with their 'latest' tags?

Currently if i tag another image with the same {registry}/{repository_name} pattern, it replaces latest tag on my other image:

ECR overview

1 Answers
Related