Commit graph

4 commits

Author SHA1 Message Date
robojerk
1acdcdfd57 🚀 CLI Integration Complete: debos Backend Now Available
This commit completes the CLI integration for the debos backend:

 IMPLEMENTED:
- New debos build path accessible via --use-debos flag
- Full CLI compatibility with existing bootc-image-builder interface
- Automatic fallback to osbuild when --use-debos not specified
- Comprehensive debos-specific command line options

🔧 NEW FLAGS:
- --use-debos: Enable debos backend instead of osbuild
- --debos-suite: Override Debian suite detection
- --debos-packages: Additional packages to install
- --debos-ostree: Enable/disable OSTree integration
- --debos-repository: OSTree repository path
- --debos-branch: OSTree branch name
- --debos-dry-run: Perform dry run without building

🧪 TESTING:
- All tests passing with comprehensive test script
- Dry-run functionality working correctly
- Suite and architecture detection functional
- Help output properly displays all debos options

🎯 USAGE EXAMPLES:
- Basic: ./bootc-image-builder --use-debos debian:trixie
- Custom suite: --use-debos --debos-suite bookworm debian:bookworm
- Dry run: --use-debos --debos-dry-run debian:trixie

The debos backend is now fully integrated and ready for end-to-end testing!
2025-08-11 13:38:27 -07:00
robojerk
18e96a1c4b Fix compilation issues and update tests for Debian compatibility
Some checks failed
Tests / test (1.21.x) (push) Failing after 1s
Tests / test (1.22.x) (push) Failing after 1s
2025-08-11 10:11:05 -07:00
robojerk
be2b81ca6d Update Go code to remove Red Hat dependencies and use Debian equivalents
Some checks failed
Tests / test (1.21.x) (push) Failing after 1s
Tests / test (1.22.x) (push) Failing after 1s
2025-08-11 09:39:18 -07:00
robojerk
3326d796f0 Initial commit 2025-08-11 08:59:41 -07:00