Skip to content

Windows: Ensure Docker engine is running#259

Merged
FranzBusch merged 1 commit intoswiftlang:mainfrom
bkhouri:t/main/ensure_docker_service_is_ready_on_windows
Apr 9, 2026
Merged

Windows: Ensure Docker engine is running#259
FranzBusch merged 1 commit intoswiftlang:mainfrom
bkhouri:t/main/ensure_docker_service_is_ready_on_windows

Conversation

@bkhouri
Copy link
Copy Markdown
Contributor

@bkhouri bkhouri commented Apr 8, 2026

When running a swift_package_tests.yaml workflow, workflows running in a docker container on windows would often fails as the docker engine was not currently ready to accept requests.

Add a step that ensure the docker engine is started and ready, by calling docker info command before performing any other docker steps to ensure the engine is ready.

@bkhouri bkhouri requested a review from a team as a code owner April 8, 2026 16:26
@bkhouri bkhouri force-pushed the t/main/ensure_docker_service_is_ready_on_windows branch 2 times, most recently from c49c2e3 to 1e0e979 Compare April 8, 2026 16:35
When running a swift_package_tests.yaml workflow, workflows running in a
docker container on windows would often fails as the docker engine was
not currently ready to accept requests.

Add a step that ensure the docker engine is started and ready, by
calling `docker info` command before performing any other docker steps
to ensure the engine is ready.
@bkhouri bkhouri force-pushed the t/main/ensure_docker_service_is_ready_on_windows branch from 1e0e979 to 21475a5 Compare April 8, 2026 16:43
@FranzBusch FranzBusch merged commit b337c7f into swiftlang:main Apr 9, 2026
276 of 278 checks passed
@bkhouri bkhouri deleted the t/main/ensure_docker_service_is_ready_on_windows branch April 9, 2026 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants