1
0
Fork 0
mirror of https://github.com/docker/build-push-action.git synced 2025-05-06 21:49:33 +02:00

src: disable automatic buildkit GC

We have reason to believe that automatic GC is affecting
daemon startup times. In this patch we disable automatic GC
and instead rely on manual pruning of the buildkit cache.
Once the daemon is ready we spawn an async task to run prune
on any objects older than 14 days. We are already manaing the
ceph volume approaching its size limit ourselves in the VM
Agent.

Patch also adds some alerting when inode usage is high on a mountpoint.
This commit is contained in:
Aditya Maru 2024-12-21 09:01:33 -05:00
parent d0a5da09cc
commit 9fdeb57c53
6 changed files with 59 additions and 32 deletions

14
dist/index.js generated vendored

File diff suppressed because one or more lines are too long