moby / buildkit

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

buildkitd: support specifying custom OCI worker binary (e.g. /usr/bin/crun) #1230

Closed AkihiroSuda closed 4 years ago

AkihiroSuda commented 4 years ago

The current workaround to switch OCI worker binary is to run rm -f $(which buildkit-runc) && ln -s $(which crun) /usr/local/bin/buildkit-runc.

buildkitd should support specifying OCI worker binary.

nikhil-pandeti commented 4 years ago

@AkihiroSuda Hi I'm a student from UT Austin majoring in computer science. I'm currently taking a Virtualization course that requires us to contribute to an open source project. If possible I'd like to take a shot at this issue.

AkihiroSuda commented 4 years ago

thanks, please