#Hey is there a plan to support cache
1 messages · Page 1 of 1 (latest)
@winged rampart yes, that's something we definitely want to support better. The engine has some gc policies that can be passed to buildkit (https://github.com/moby/buildkit/blob/master/docs/buildkitd.toml.md?plain=1#L78) but we haven't gotten the time to expose those capabilities with a better UX. As a current escape hatch you can configure your Dagger engine with those gc policies to back the pressure on your disk usage.
@winged rampart it never hurts to open an issue describing what you need and details specific to your situation. it helps prioritize and make sure we design a solution that actually works for you 🙏
Thanks, I'll try the buildkit toml solution