Matthew James Briggs
Matthew James Briggs
- [x] List container instances in the cluster that are running Bottlerocket. (https://github.com/bottlerocket-os/bottlerocket-ecs-updater/issues/5) - [x] Keep only those that need a Bottlerocket update. (Checking this can be done in parallel.)...
**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...
**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,...
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...
### 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...
**Issue number:** Related to #198 **Description of changes:** Describe a build algorithm that understands the difference between kits and packages and can put the right packages into a kit. **Testing...