-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to copy to a public ECR repository #216
Comments
I updated it to pass a custom role to the
|
Getting the same issue. Any update on this ?? Some more information from the logs
Lambda has access to pull image from private ECR and push to public ECR but it seems it is not doing login before pushing to the public ECR |
Hello,
I have been trying to copy an image from private ECR repo to a public ECR repo, within the same account. I did both modify the dest/public repository's access policy to allow lambda to perform
ecr-public
actions, and give the lambda role permission to do the same.However, I'm getting:
Below is the code:
Any pointers?
The text was updated successfully, but these errors were encountered: