mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-07-26 07:58:14 +00:00
8f36593b35
RUNNER_TEMP (/__w/_temp in CI) is container-local and invisible to the Docker host. Files written there can't be bind-mounted into sibling containers (answer server, storage). This was the root cause of the "not a directory" mount failures in CI. Removed RUNNER_TEMP from the WORK_DIR fallback chain. WORK_DIR now always defaults to CACHE_DIR/work (/opt/pve-integration/work/) which is on the shared mount visible to both the CI container and Docker host. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>