Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jul 15, 2025

Backport of #10402 to release/9.4
/cc @captainsafia

Customer Impact

In 9.4, the container-runtime “health check” could report healthy even when the Docker daemon was stopped or mis-configured because it was updated to use the docker buildx version check which always returns with a zero status code even if Docker is not running.

We update the code to use the same check DCP uses for an active Docker instance and update the Podman runtime to use the same check.

Testing

  • Added new tests and verified with stopped Docker desktop locally.

Risk

Low. The code touches only the health-check helpers; no other build or run-time paths are affected. Change also keeps us consistent with existing pattern in DCP.

Regression?

No.

@davidfowl davidfowl merged commit 94aef68 into release/9.4 Jul 15, 2025
255 checks passed
@davidfowl davidfowl deleted the backport/pr-10402-to-release/9.4 branch July 15, 2025 15:14
@github-actions github-actions bot locked and limited conversation to collaborators Aug 15, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants