buildbarn / bb-storage

Storage daemon, capable of storing data for the Remote Execution protocol
Apache License 2.0
142 stars 91 forks source link

Add mount functionality to 'Directory' #177

Closed stagnation closed 10 months ago

stagnation commented 1 year ago

This is needed for 'chroot' runners that must mount the special filesystems '/proc' and '/sys' in the input root. https://github.com/buildbarn/bb-remote-execution/issues/115

stagnation commented 10 months ago

Applied the last review comments :)