Boot and upgrade via container images

6 Open Issues Need Help Last updated: Sep 13, 2025

Open Issues Need Help

View All on GitHub
documentation good first issue triaged gain/medium

Boot and upgrade via container images

Rust
bug help wanted triaged

Boot and upgrade via container images

Rust

AI 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.

Complexity: 4/5
enhancement good first issue gain/medium

Boot and upgrade via container images

Rust

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.

Complexity: 2/5
enhancement help wanted triaged

Boot and upgrade via container images

Rust

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.

Complexity: 4/5
good first issue area/client

Boot and upgrade via container images

Rust

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).

Complexity: 4/5
enhancement good first issue triaged

Boot and upgrade via container images

Rust