unikraft / kraftkit

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

feat: Use remote OCI image references as rootfs element #1630

Closed nderjung closed 1 month ago

nderjung commented 1 month ago

Prerequisite checklist

Description of changes

This PR makes it possible to specify a remote OCI image as a rootfs. This prevents having to use BuildKit in order to retrieve the rootfs, which has become a common operation.

nderjung commented 1 month ago

Pipeline is failing due to a different cause, fixed in https://github.com/unikraft/kraftkit/pull/1631.

craciunoiuc commented 1 month ago

@nderjung you'll have to rebase again :D