Skip to content
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

Way to attach the lifecycle policy to the ECR Image #88

Open
ddbhagat opened this issue Apr 29, 2024 · 0 comments
Open

Way to attach the lifecycle policy to the ECR Image #88

ddbhagat opened this issue Apr 29, 2024 · 0 comments

Comments

@ddbhagat
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant