You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when trying to pull images from ECR, decide the AWS region they reside in based on the image full name.
an image full name is in the registry/repository:tag format, for example:
aws_account_id.dkr.ecr.region.amazonaws.com/my-web-app:latest
(https://docs.aws.amazon.com/AmazonECR/latest/userguide/ECR_on_EKS.html)
0 commit comments