twoliter icon indicating copy to clipboard operation
twoliter copied to clipboard

A build tool for customizing Bottlerocket

Results 154 twoliter issues
Sort by recently updated
recently updated
newest added

**Description of changes:** Moves verity code-block to `imghelper`. **Testing done:** - Built and smoke tested `aws-k8s-1.28`. **Terms of contribution:** By submitting this pull request, I agree that this contribution is...

**Description of changes:** Moves code-blocks related to secure boot to `imghelper`, with some minor adjustments for portability. **Testing done:** - Built and smoke tested `aws-k8s-1.28` **Terms of contribution:** By submitting...

**Issue number:** Follows #220 (technically it doesn't need to but chaining it into the `variant-insensitive` branch helps me built up all the code I need to merge and this is...

kits

**Description of changes:** Adds or moves functionality around image name generation, compression, and decompression to `imghelper`. **Testing done:** - Built `aws-k8s-1.28` - Repacked `aws-k8s-1.28` - Build `vmware-k8s-1.28` - Repacked `vmware-k8s-1.28`...

**Issue number:** Closes #70 Closes #73 Follows #226 **Description of changes:** Add a `build-kit` command that can create a local kit! **Testing done:** - [x] Build the test project kits,...

kits

Release Twoliter version v0.2.0. - [ ] #205 - [ ] #198 - [ ] Changelog - [ ] Test in Bottlerocket (with necessary changes and PR) - [ ]...

rpm2img requires that the `grub-bios-setup` RPM be built for the same architecture that is running `rpm2img`. For kits we need a kit to be usable to build a variant regardless...

kits

### Description There may be cases where it is convenient not to specify which Bottlerocket SDK is preferred. Additionally there may be overlapping cases where this cannot be inferred from...

### Description Implement the kit dependency resolution algorithm described by https://github.com/bottlerocket-os/twoliter/issues/4. Write the resolved dependencies to Twoliter.lock. ### Definition of Done When Twoliter can resolve all external and local kit...

kits

**Description of changes:** This PR is a work in progress to introduce functionality to repackage a variant. ``` buildsys: add repack-variant target Add the the initial target for repackaging a...