Replies: 1 comment 1 reply
-
You can try to do this, but you will hit the lock file - buildkit creates a lock file in It's not simply trivial to support this use case, there are databases and data structures that currently require exclusive access 😢 Each running buildkit currently requires it's own |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The data directory of buildkit is /var/lib/buildkit. In the official deployment method, the data is stored in the pod and will be lost when the pod dies.
If I create a PVC and mount it to Pod's /var/lib/buildkit, will there be any problems if multiple Pods are performing their own tasks to compile the image at the same time?
Beta Was this translation helpful? Give feedback.
All reactions