Tracking issue for promoting Podman support from experimental (1.0) to fully supported (1.1).
Trait-level Podman integration is already implemented in `crates/core/src/runtime.rs` (`PodmanRuntime`, `ContainerRuntimeImpl::Podman`) and works for the happy path. What's missing for first-class support:
Parity items
Test coverage
Docs
References
- Upstream parity audit: `docs/ROADMAP_TO_1.0.md` §3.D (Podman parity)
- Filed alongside 1.0 PR-7 (Podman experimental status + CHANGELOG bootstrap)
Tracking issue for promoting Podman support from experimental (1.0) to fully supported (1.1).
Trait-level Podman integration is already implemented in `crates/core/src/runtime.rs` (`PodmanRuntime`, `ContainerRuntimeImpl::Podman`) and works for the happy path. What's missing for first-class support:
Parity items
Test coverage
Docs
References