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
Pushing image to Public Repository on ECR gives Invalid Image Repository ECR URI
In samconfig.toml setting image_repository already doesn't work, while setting image_repositories work but only for private repos.
Hi @h3110Fr13nd, thanks for creating this issue. Lambda does not currently support image functions inside of public ECR. The image function must be in a private ECR inside of the same region and account.
Hi @h3110Fr13nd, thanks for creating this issue. Lambda does not currently support image functions inside of public ECR. The image function must be in a private ECR inside of the same region and account.
So, This is an intended behaviour. And not a bug. Thank you for telling, @mildaniel.
I'm Closing the issue with "won't fix". As it is intended behaviour.
Still, I'll recommend to include this feature.
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Description:
Pushing image to Public Repository on ECR gives Invalid Image Repository ECR URI
In
samconfig.toml
settingimage_repository
already doesn't work, while settingimage_repositories
work but only for private repos.Steps to reproduce:
Observed result:
Expected result:
The Image should be pushed in my public repo, Similar to Private repos.
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
sam --version
: SAM CLI, version 1.109.0Add --debug flag to command you are running
The text was updated successfully, but these errors were encountered: