The dbtoolsbundle image on Docker Hub contains an healtcheck:
curl -f http://localhost:2019/metrics || exit 1
It seems that there is no service listening on port 2019 in the container, so the healthcheck fails. Is there something missing in the image? There seems to be a similar issue with other exposed ports (80/tcp, 443/tcp, 2019/tcp, 443/udp). Moreover, it seems that the Dockerfile used to build the Docker Hub is not tracked in this repository, would it be possible to add it?
The dbtoolsbundle image on Docker Hub contains an healtcheck:
It seems that there is no service listening on port 2019 in the container, so the healthcheck fails. Is there something missing in the image? There seems to be a similar issue with other exposed ports (80/tcp, 443/tcp, 2019/tcp, 443/udp). Moreover, it seems that the Dockerfile used to build the Docker Hub is not tracked in this repository, would it be possible to add it?