kraftkit
kraftkit copied to clipboard
Build and use highly customized and ultra-lightweight unikernel VMs.
### Describe the bug Usability issue: `kraft cloud scale remove` requires a service group _UUID_, but `kraft cloud service get/ls` does not return UUIDs, unless used with `-o list`.
kraft progress bar for pull operation stays at 0% then jumps to 100% at end (ie, shows no progress)
### Describe the bug kraft progress bar for pull operation stays at 0% then jumps to 100% at end (ie, shows no progress) ### Steps to reproduce Any kraft run...
### Feature request summary This issue tracks adding a GitHub actions pipeline which, for PRS, tests the installation (and simultaneously attempts to perform an installation), as well as pushing to...
### Describe the bug When using kraft run I often get an error similar to: E unpacking the image: opening layer: open /Users/fhuici/.local/share/kraftkit/runtime/oci/digests/sha256/09613022ba9985f35083918e11f1e2fd8352183bf5ee761d50c2b88817bc5483: no such file or directory I notice...
### Feature request summary This ticket tracks adding the ability to filter images retrieved by `kraft cloud image ls` by namespace. This can be done by introducing a new flag,...
### Prerequisite checklist - [x] Read the [contribution guidelines](https://unikraft.org/docs/contributing/) regarding submitting new changes to the project; - [x] Tested your changes against relevant architectures and platforms; - [x] Ran `make...
This issue tracks the ability to modify the pulled build environment image and inject necessary build tools as an OCI layer into the container filesystem either as the first layer...
This issue tracks the addition of "`buildenv`"s which can be specified either within a `Kraftfile`: ```diff spec: v0.5 + buildenv: kraftkit.sh:latest ... ``` Or as a CLI option i.e. `ukbuild...