Skip to content

Add podman support#222

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/add-podman-support
Draft

Add podman support#222
Copilot wants to merge 2 commits intomainfrom
copilot/add-podman-support

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 28, 2026

Auto-detect and use Podman as container runtime when available, falling back to Docker.

  • Makefile: Auto-detect runtime via CONTAINER_RUNTIME variable (?= allows override). All hardcoded docker calls use $(CONTAINER_RUNTIME).
  • tests/e2e/utils/db.ts: Runtime detection for compose commands in e2e fixture reset, with CONTAINER_RUNTIME env var override.
  • .containerignore: Symlink to .dockerignore — Podman natively looks for this file.
  • CONTRIBUTING.md: Updated container runtime references.

Override example:

# Force docker even if podman is installed
CONTAINER_RUNTIME=docker make build-prod

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

- Auto-detect container runtime (podman/docker) in Makefile
- Support CONTAINER_RUNTIME env var override
- Update e2e test utils to use detected runtime
- Add .containerignore symlink for native podman support
- Update CONTRIBUTING.md references

Co-authored-by: froozeify <2380113+froozeify@users.noreply.github.com>
Copilot AI changed the title [WIP] Add support for Podman integration Add podman support Feb 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants