moby / buildkit

concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit
https://github.com/moby/moby/issues/34227
Apache License 2.0
8.06k stars 1.13k forks source link

systemd start the buildkit service always timeout #5110

Open daijiezou opened 2 months ago

daijiezou commented 2 months ago

verison:v0.11.5 252ae63bcf2a9b62777add4838df5a257b86e991 The buildkit service cannot restart properly unless I clean up its directory (/data/buildkit). I suspect that the db and cache files are so large that the service takes too long to start. This causes systemd to always time out when it starts the buildkit service.

daijiezou commented 2 months ago

image