Commit graph

3 commits

Author SHA1 Message Date
joe
8ed94def1b Implement bubblewrap integration for apt-ostree
Some checks failed
Build apt-ostree Package / Build apt-ostree Package (push) Failing after 3m42s
Test apt-ostree Build / Test apt-ostree Build (with existing libostree) (push) Failing after 5m0s
- Add BubblewrapContainer for secure package operations in staging deployments
- Implement ContainerMutability levels (Immutable, RoFiles, MutateFreely)
- Integrate bubblewrap with apt commands (install, remove, upgrade, update)
- Use bubblewrap instead of chroot for better security (following rpm-ostree pattern)
- Add bubblewrap dependency to debian/control
- Update ostree_integration.rs with actual package operation capabilities
2025-08-13 14:09:45 -07:00
joe
5b604fc3fa Major apt-ostree refactor: Simplified architecture, Debian Trixie compatibility
Some checks failed
Build apt-ostree Package / Build apt-ostree Package (push) Failing after 3m15s
Test apt-ostree Build / Test apt-ostree Build (with existing libostree) (push) Has been cancelled
-  Successfully compiled with apt-pkg-native for Debian Trixie compatibility
-  Replaced rust-apt with apt-pkg-native to resolve C++ standard issues
-  Simplified project structure: removed unused binaries, focused on core functionality
-  Basic commands working: help, list, search, info
-  Created apt_compat.rs compatibility layer
-  Updated debian packaging for libapt-pkg7.0 compatibility
-  Removed complex dependencies and simplified main.rs
- 🎯 Next: Implement core package management commands (install, remove, upgrade)
- 🎯 Architecture: Ready for atomic package management with OSTree integration
2025-08-13 13:11:26 -07:00
75f5d2fc05 Getting ready to move out of heavy alpha development. Created ci/cd
Some checks failed
Build apt-ostree Package / Build apt-ostree Package (push) Failing after 2m12s
Test apt-ostree Build / Test apt-ostree Build (with existing libostree) (push) Failing after 2m36s
2025-07-22 04:43:43 +00:00