conda-forge/conda-smithy Contributions
PR #2435 – Add Podman support and SELinux handling to run_docker_build.sh template
Merged: Mar 2026
- Added automatic container runtime detection with Docker → Podman fallback
- Introduced configurable runtime via
CONTAINER_RUNTIME environment variable override
- Replaced hardcoded Docker commands with a runtime-agnostic abstraction
- Implemented rootless Podman permission fix using
podman unshare chown
- Added SELinux-compatible volume labeling (
:z) for enforcing environments
- Preserved backward compatibility with existing Docker-based workflows
- Incorporated multi-round maintainer feedback and added a news entry
View Pull Request