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

Better docker-host pruning #1053

Merged
merged 4 commits into from
May 15, 2019
Merged

Better docker-host pruning #1053

merged 4 commits into from
May 15, 2019

Conversation

dasrecht
Copy link
Contributor

@dasrecht dasrecht commented Apr 19, 2019

Checklist

  • Affected Issues have been mentioned in the Closing issues section
  • Documentation has been written/updated.
  • Changelog entry has been written

Implemented the docker-host to be pruned from all images older than 7 days to make sure we don't have too much image buildup.

Additionally I implemented a cronjob that removes exited containers as I saw some of those were blocking the old prune job to work correctly as they still were holding the reference to those containers.

Changelog Entry

Improvement - docker-host pruning is more thorough by removing all images older than 7 days, additionally we take care of potentially exited containers that prevented cleanup (#1051)

Closing issues

closes #1051

@Schnitzel Schnitzel merged commit 3d97103 into master May 15, 2019
@Schnitzel Schnitzel added this to the v0.23.0 milestone May 15, 2019
@dasrecht dasrecht deleted the 1051-dockerhostpruning branch August 15, 2019 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

better docker-host pruning
2 participants