mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 16:02:14 +00:00
2b1ee01b42
Comment-only cleanup flagged in review: - PerJobPodman struct doc: it's used for docker jobs in ANY sandbox mode (not just nsjail), and teardown is `podman system reset` (removes images + subuid-owned layers), not `rm -af` + kill service. - connect_docker / handle_docker_job param comments: drop the "(nsjail path)" — per-job podman runs in all modes now. - DockerfileFull/FullEe: the container_runtime config was removed; podman is started automatically when no Docker daemon is provided. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>