I am pushing my docker image to aws ecr as public image, can it be pulled by anyone.? Or it can be pulled only within the account users.?
Asked
Active
Viewed 98 times
1 Answers
0
Here's what the docs say:
A private repository does not offer content search capabilities and requires Amazon IAM-based authentication using AWS account credentials before allowing images to be pulled. A public repository has descriptive content and allows anyone anywhere to pull images without needing an AWS account or using IAM credentials. Public repository images are also available in the Amazon ECR public gallery.
So, the short answer is yes, it can be pulled by anyone.

baduker
- 19,152
- 9
- 33
- 56
-
can they search ? – Jayanth Bala Jun 17 '22 at 11:01
-
Uhm, yeah, they can. – baduker Jun 17 '22 at 12:33
-
can we try this one ? please create one dummy registry in your aws account, let me try viewing in my aws account . – Jayanth Bala Jun 21 '22 at 09:26
-
You don't need an AWS account to view public ECRs. – baduker Jun 21 '22 at 09:48
-
And no, I won't create a dummy one. – baduker Jun 21 '22 at 09:48