Add Healthcheck to Docker Image #3854
-
ProblemCurrently the Docker Image does not provide a health check. SolutionAdd health check to the Docker Image. For this it is probably necessary to add a curl binary to the image. |
Beta Was this translation helpful? Give feedback.
Answered by
wolfgangwalther
Jan 18, 2025
Replies: 2 comments 2 replies
-
You can easily create your own derived docker image, which can then contain curl or whatever you need to do that health check. |
Beta Was this translation helpful? Give feedback.
2 replies
-
thanks for clarifying |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Correct, there are no plans right now to extend the official docker image beyond the single static binary. In fact it's the other way around - we are working towards providing our releases for more platforms as single static binaries.