Skip to content

[chore] explicitly start Docker daemon on Windows runners#1471

Merged
mowies merged 1 commit intoopen-telemetry:mainfrom
dynatrace-oss-contrib:fix-windows-docker-daemon
Apr 21, 2026
Merged

[chore] explicitly start Docker daemon on Windows runners#1471
mowies merged 1 commit intoopen-telemetry:mainfrom
dynatrace-oss-contrib:fix-windows-docker-daemon

Conversation

@mowies
Copy link
Copy Markdown
Member

@mowies mowies commented Apr 21, 2026

Some Windows-2022 GitHub Actions VM instances don't have the Docker daemon running by default, causing intermittent failures in both check-goreleaser (GoReleaser docker build) and docker-tests (docker image load). Both jobs now explicitly call Start-Service docker before any Docker operations.

This was implemented using Claude Code.

@linux-foundation-easycla
Copy link
Copy Markdown

linux-foundation-easycla Bot commented Apr 21, 2026

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: mowies / name: Moritz Wiesinger (00390b8)

Some Windows-2022 GitHub Actions VM instances don't have the Docker
daemon running by default, causing intermittent failures in both
check-goreleaser (GoReleaser docker build) and docker-tests (docker
image load). Both jobs now explicitly call Start-Service docker before
any Docker operations.
@mowies mowies force-pushed the fix-windows-docker-daemon branch from 0ffb6be to 00390b8 Compare April 21, 2026 11:26
@mowies mowies changed the title fix: explicitly start Docker daemon on Windows runners [chore] explicitly start Docker daemon on Windows runners Apr 21, 2026
@mowies mowies marked this pull request as ready for review April 21, 2026 11:47
@mowies mowies requested a review from a team as a code owner April 21, 2026 11:47
@mowies mowies requested a review from andrzej-stencel April 21, 2026 11:47
@mowies
Copy link
Copy Markdown
Member Author

mowies commented Apr 21, 2026

this fix also worked in #1470

@mowies mowies added this pull request to the merge queue Apr 21, 2026
Merged via the queue into open-telemetry:main with commit 4b8d649 Apr 21, 2026
105 of 106 checks passed
@mowies mowies deleted the fix-windows-docker-daemon branch April 21, 2026 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants