feat: add first-class Docker and Podman runtimes#154
Draft
cofin wants to merge 12 commits into
Draft
Conversation
cofin
force-pushed
the
feat/podman-support
branch
from
July 22, 2026 05:04
76b9a31 to
e106a3e
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## feat/provider-aware-ci #154 +/- ##
=========================================================
Coverage ? 11.95%
=========================================================
Files ? 24
Lines ? 2082
Branches ? 169
=========================================================
Hits ? 249
Misses ? 1798
Partials ? 35 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
cofin
force-pushed
the
feat/podman-support
branch
from
July 22, 2026 15:56
e106a3e to
5eee24d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Clientless boundary
No Podman SDK or database service client is added. Runtime operations use the existing Docker-compatible API; representative provider validation uses the containerized service.
CI scope
This branch targets
feat/provider-aware-ci. Runtime conformance is selected only for runtime/dependency changes, runs Docker and rootless Podman plus PostgreSQL and overlapping xdist session checks, and reports throughCI required.Validation
uv run pre-commit run --all-filesuv run mypyuv run pyrightuv run slotscheck src/pytest_databasespostgres_servicesmoke testmake docsCloses #146
Closes #152