Open Issues Need Help
View All on GitHubAI Summary: Implement systemd structured logging for bootc, specifically logging state transitions, deployed image reference, and its digest. This is crucial for improved debugging and monitoring, especially when using the composefs backend.
AI Summary: Draft an AI contribution policy for the bootc project, allowing AI assistance but requiring disclosure of AI tools used for non-trivial contributions, especially those affecting core logic. The policy should draw inspiration from existing best practices.
AI Summary: The task involves migrating the bootc project to use the `get_raw_blob` method from the `containers-image-proxy` crate for fetching container image layers. This change aims to enable parallel layer fetching and simplify the existing blob processing, addressing complexities related to `FinishBlob` and decompressors. A potential addition of a dynamic dispatch mechanism based on the proxy's semver is also suggested.
AI Summary: Update the Rust codebase of the bootc project to Rust edition 2024. This involves addressing any breaking changes introduced by the new edition, as outlined in the referenced pull request (#1130).