organization · inferred from evidence
Kestra team
The team behind Kestra, mentioned as reproducing the issue.
- Kestra: every script execution fails with Docker runner (script file not accessible)
In Kestra: The Docker runner mounts a shared volume for the working directory, so the temp path has to be identical on the Kestra side and the runner side. If you customize it, mount the same host directory into the Kestra container at the
- Kestra: every script execution fails with Docker runner (script file not accessible)
Teaches the verified fix from a real kestra support thread: kestra: every script execution fails with Docker runner (script file not accessible)