sdk-container-builds
sdk-container-builds copied to clipboard
Missing property to set healthcheck for container
Greetings, within a project we have encountered a difficulty with setting the healthcheck for the images generated by the dotnet publish targeting containers.
The healtcheck is a standard instruction for Dockerfile as described here: https://docs.docker.com/engine/reference/builder/#healthcheck
But without building a custom image to be used as base, there doesn't seem to be a way to set this up right now. This issue has been raised before at 316 and provides a lot more in-depth information.
Thank you and have a nice day.