kraftkit icon indicating copy to clipboard operation
kraftkit copied to clipboard

Build and use highly customized and ultra-lightweight unikernel VMs.

Results 100 kraftkit issues
Sort by recently updated
recently updated
newest added

### Prerequisite checklist - [ ] Read the [contribution guidelines](https://unikraft.org/docs/contributing/) regarding submitting new changes to the project; - [ ] Tested your changes against relevant architectures and platforms; - [...

### 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...

### 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...

### 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...

### 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...

### Prerequisite checklist - [ ] Read the [contribution guidelines](https://unikraft.org/docs/contributing/) regarding submitting new changes to the project; - [ ] Tested your changes against relevant architectures and platforms; - [...

This issue tracks migrating all thrown errors from the format: ```go ... if err != nil { return fmt.Errorf("an error occurred") } ... ``` To: ```go var ( ErrAnErrorOccurred =...

kind/maintenance
priority/none

### Describe the bug When providing a cmd in the kraftfile, for an application running through the elfloader, the following error is generated: `` [ 0.117956] ERR: [appelfloader] Program name...

kind/bug

### Prerequisite checklist - [ ] Read the [contribution guidelines](https://unikraft.org/docs/contributing/) regarding submitting new changes to the project; - [ ] Tested your changes against relevant architectures and platforms; - [...

### Feature request summary This issue tracks introducing a new flag `-k|--kernel` which is used to save the binary image of a unikernel following a successful build. Not only does...

kind/enhancement
priority/low