This message was deleted.
# getting-started
s
This message was deleted.
w
It's probably worth nothing that ECR has a weird login process that isn't just you're AWS keys. I'm not sure how Pulumi handles that though.
o
i did configure docker locally with the ecr credentials using
aws ecr get-login-password --region us-east-2
and I'm able to pull the same image with
docker pull
w
i supppose it depends if they're shelling out to that really