stdout is not flushed in healthckeck #23574
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Issue Description
When using healthcheck at podman compose it doesnt show the output of curl
for output the result I have to append
echo
Steps to reproduce the issue
run podman compose with
Describe the results you received
No output in the container logs
{
"Start": "2024-08-11T17:28:50.911061254-04:00",
"End": "2024-08-11T17:28:51.216155453-04:00",
"ExitCode": 0,
"Output": ""
}
Describe the results you expected
output the response of the request
{
"Start": "2024-08-11T17:28:50.911061254-04:00",
"End": "2024-08-11T17:28:51.216155453-04:00",
"ExitCode": 0,
"Output": "{"status":"OK"}"
}
podman info output
Podman in a container
No
Privileged Or Rootless
None
Upstream Latest Release
Yes
Additional environment details
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: