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
I can see that ecr support is available for some time now. But there is no way to attach any lifecycle policy to such ecr repos. With no lfecycle polocies, which means the number of images will keep growing and have memory issues.
ecr: {
images: {
appImage: {
path: ".",
},
},
},
serverless does support maxImageCount attribute but the typescript counterpart doesnt.
The text was updated successfully, but these errors were encountered:
I can see that ecr support is available for some time now. But there is no way to attach any lifecycle policy to such ecr repos. With no lfecycle polocies, which means the number of images will keep growing and have memory issues.
serverless does support
maxImageCount
attribute but the typescript counterpart doesnt.The text was updated successfully, but these errors were encountered: