kraftkit icon indicating copy to clipboard operation
kraftkit copied to clipboard

feat: Use remote OCI image references as rootfs element

Open nderjung opened this issue 9 months ago • 1 comments

Prerequisite checklist

  • [x] Read the contribution guidelines regarding submitting new changes to the project;
  • [x] Tested your changes against relevant architectures and platforms;
  • [x] Ran make fmt on your commit series before opening this PR;
  • [ ] Updated relevant documentation.

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 avatar May 06 '24 09:05 nderjung

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

nderjung avatar May 06 '24 10:05 nderjung

@nderjung you'll have to rebase again :D

craciunoiuc avatar May 13 '24 07:05 craciunoiuc