Description
We've started seeing very frequent errors from our actions running on windows. docker doesn't seem to be available when we want to use it:
failed to connect to the docker API at npipe:////./pipe/docker_engine; check if the path is correct and if the daemon is running: open //./pipe/docker_engine: The system cannot find the file specified.
It used to work ok early last, e.g. on the 17th, but now it fails most of the time, but not always.
Platforms affected
Runner images affected
Image version and build link
https://github.com/spiffe/spire/actions/runs/22362890751/job/64722353668?pr=6677
Is it regression?
yes
Expected behavior
Docker should be available
Actual behavior
Docker is complaining that it can't find the named pipe to connect to docker engine.
Repro steps
- In a runner attempt to use docker.
Description
We've started seeing very frequent errors from our actions running on windows. docker doesn't seem to be available when we want to use it:
It used to work ok early last, e.g. on the 17th, but now it fails most of the time, but not always.
Platforms affected
Runner images affected
Image version and build link
https://github.com/spiffe/spire/actions/runs/22362890751/job/64722353668?pr=6677
Is it regression?
yes
Expected behavior
Docker should be available
Actual behavior
Docker is complaining that it can't find the named pipe to connect to docker engine.
Repro steps