unikraft / kraftkit

Build and use highly customized and ultra-lightweight unikernel VMs.
https://unikraft.org/docs/cli
BSD 3-Clause "New" or "Revised" License
203 stars 61 forks source link

fix(run): Pass workdir when preparing rootfs #1698

Closed LucaSeri closed 2 weeks ago

LucaSeri commented 3 weeks ago

Prerequisite checklist

Description of changes

Follow-up for https://github.com/unikraft/kraftkit/pull/1696. Passing the workdir in the prepareRootfs step was previously missed, causing runs outside the current directory to fail.