Podman does not detect HEALTHCHECKs from Docker container #21127
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
Building a container with the following small
Dockerfile
:with Docker and pushing it to DockerHub, then pulling it down with Podman leads to Podman not detecting the
HEALTHCHECK
.Steps to reproduce the issue
Steps to reproduce the issue
Describe the results you received
Healthcheck not detected, also not listed with
podman inspect
. Inspecting the image yields:i.e. the command is seen correctly, but not parsed.
Describe the results you expected
Healthcheck to be detected and executed.
podman info output
Podman in a container
No
Privileged Or Rootless
Privileged
Upstream Latest Release
No
Additional environment details
Tested with Podman from Ubuntu 22.04 (see "podman info" above) and also Podman form Debian 12 (version
4.3.1
).Example containers:
(built from https://github.com/olifre/podman-healthcheck-test/blob/main/Dockerfile )
(built from https://github.com/buanet/ioBroker.docker/blob/main/debian12/Dockerfile at the time of writing)
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
The text was updated successfully, but these errors were encountered: