Skip to content

ci: ensure availability of Docker on windows#980

Merged
Watson1978 merged 1 commit intofluent:masterfrom
kenhys:ci-windows-docker-connect
Feb 25, 2026
Merged

ci: ensure availability of Docker on windows#980
Watson1978 merged 1 commit intofluent:masterfrom
kenhys:ci-windows-docker-connect

Conversation

@kenhys
Copy link
Copy Markdown
Contributor

@kenhys kenhys commented Feb 24, 2026

There is a case that docker service is not ready when launching
installation test. This is caused by delayed service.

It will fix the following error:

  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.

There is a case that docker service is not ready when launching
installation test. This is caused by delayed service.

It will fix the following error:

  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.

Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
@kenhys kenhys force-pushed the ci-windows-docker-connect branch from 4471789 to dc35815 Compare February 24, 2026 08:52
@kenhys kenhys marked this pull request as ready for review February 24, 2026 08:58
@kenhys kenhys requested a review from Watson1978 February 24, 2026 09:17
@kenhys kenhys added the backport to v6.0 Need to be backported LTS label Feb 24, 2026
Copy link
Copy Markdown
Contributor

@Watson1978 Watson1978 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻

@Watson1978 Watson1978 merged commit db7d3d7 into fluent:master Feb 25, 2026
332 of 333 checks passed
@kenhys kenhys deleted the ci-windows-docker-connect branch February 25, 2026 00:55
kenhys added a commit that referenced this pull request Feb 25, 2026
There is a case that docker service is not ready when launching
installation test. This is caused by delayed service.

It will fix the following error:

```
  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.
```

Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
@kenhys kenhys added the backported Already backported to LTS branch (e.g. fluent-package-v5) label Feb 25, 2026
kenhys added a commit that referenced this pull request Feb 25, 2026
There is a case that docker service is not ready when launching
installation test. This is caused by delayed service.

It will fix the following error:

```
  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.
```

Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport to v6.0 Need to be backported LTS backported Already backported to LTS branch (e.g. fluent-package-v5)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants