-2

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.?

Jayanth Bala
  • 758
  • 1
  • 5
  • 11

1 Answers1

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