Files
kvm/scripts
Thiago Vinhas 66b71385ad feat(build): add podman support for dev deploy scripts (#1303)
The build scripts hardcoded `docker` as the container runtime. This adds
auto-detection of docker or podman (preferring docker), with a
CONTAINER_CMD env var override.

On non-x86_64 hosts (e.g. Apple Silicon), podman/buildah ignores
--build-arg overrides for the BUILDPLATFORM predefined arg, so the
Dockerfile is patched in the build context to hardcode linux/amd64,
ensuring the correct base image is pulled for cross-compilation.
2026-03-24 18:59:02 +01:00
..
2025-09-29 14:09:30 +02:00