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

Cleaning of unused container resources #42

Closed
dimitar-dimitrow opened this issue Aug 29, 2022 · 0 comments
Closed

Cleaning of unused container resources #42

dimitar-dimitrow opened this issue Aug 29, 2022 · 0 comments
Assignees
Labels
feature New feature or request
Milestone

Comments

@dimitar-dimitrow
Copy link
Contributor

dimitar-dimitrow commented Aug 29, 2022

Currently images and their content(manifest, config, layers) could not be cleaned. Once a container is created the image and its content are fetched. They remain cached on the system forever even if the container is removed. This could lead to no space left error upon creating of a container if the disk space is limited.

Acceptance:

  • Unused images are automatically cleaned after configurable time.
  • The corresponding unit testing is done.
  • The relevant user documentation is provided

Tasks:

@dimitar-dimitrow dimitar-dimitrow added the feature New feature or request label Aug 29, 2022
@dimitar-dimitrow dimitar-dimitrow added this to the M2 milestone Aug 29, 2022
@dimitar-dimitrow dimitar-dimitrow self-assigned this Aug 29, 2022
@dimitar-dimitrow dimitar-dimitrow moved this to In Progress in Eclipse Kanto Aug 29, 2022
@konstantina-gramatova konstantina-gramatova moved this from In Progress to Ready for Review in Eclipse Kanto Sep 10, 2022
@konstantina-gramatova konstantina-gramatova moved this from Ready for Review to In Review in Eclipse Kanto Sep 21, 2022
@konstantina-gramatova konstantina-gramatova moved this from In Review to Done in Eclipse Kanto Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Status: Done
Development

No branches or pull requests

2 participants