Add bootc-compatible labels to container-encapsulate
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test (push) Successful in 16m40s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 6s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 1m5s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped

- Implement complete bootc label support for apt-ostree compose container-encapsulate
- Add containers.bootc, ostree.bootable, ostree.commit, ostree.linux, aptostree.inputhash labels
- Add smart kernel version detection from OSTree tree structure
- Fix container-encapsulate command routing and argument parsing
- Update CHANGELOG.md with bootc label documentation

This enables full compatibility with bootc-image-builder and the broader bootc ecosystem.
This commit is contained in:
robojerk 2025-09-02 11:58:47 -07:00
parent c55ee43303
commit e24088747b
1509 changed files with 5102 additions and 13 deletions

View file

@ -18,3 +18,5 @@ cargo build --profile ci --bin apt-ostree
cargo build --profile ci --bin apt-ostreed
echo "✅ CI build completed successfully!"