Replies: 1 comment 3 replies
-
Yes, for sharing the image store across containerd and buildkitd. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Generally speaking, but specifically in our test rig, we rely on buildkitd running on the host.
This comes with some issues when testing:
nerdctl-test
), which makes it impossible to namespace tests (eg: impossible to parallelize, as most of these tests require a clean house)I am wondering if there is a strong reason for running buildkitd on the host, instead of running it in a container, on-demand, (possibly inside a
nerdctl_protected_system
namespace that users would not see) - be it during testing, or at runtime.Maybe there are structural reasons to have it on the host?
Beta Was this translation helpful? Give feedback.
All reactions