Skip to content

Commit 8c4d13c

Browse files
authored
Merge pull request #327 from stepchowfun/ci-badge
Bring back the CI badge with the new URL scheme
2 parents e37375c + c4c0ebf commit 8c4d13c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Docuum: LRU eviction of Docker images
22

3+
[![Build status](https://github.com/stepchowfun/docuum/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/stepchowfun/docuum/actions?query=branch%3Amain)
4+
35
*Docuum* performs least recently used (LRU) eviction of Docker images to keep the disk usage below a given threshold.
46

57
Docker's built-in `docker image prune --all --filter until=…` command serves a similar purpose. However, the built-in solution isn't ideal since it uses the image creation time, rather than the last usage time, to determine which images to remove. That means it can delete frequently used images, which may be expensive to rebuild or time-consuming to pull.

0 commit comments

Comments
 (0)