-
-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Health check broken as image is missing curl #2675
Comments
Shall anyone encounter this issue, while waiting for a proper fix on the image you could just override the healthcheck in docker compose, like this:
(Not a workaround to keep) |
StaNov
pushed a commit
to StaNov/tolgee-platform
that referenced
this issue
Nov 13, 2024
We use `wget` because `curl` is not installed on the image. Originally developed by @vexdev, thank you for that! Closes tolgee#2675.
TolgeeMachine
pushed a commit
that referenced
this issue
Nov 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The docker container reports as unhealthy
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Health check succeeds
Screenshots
Unnecessary
Versions and environment
Additional context
Happens because https://github.com/tolgee/tolgee-platform/pull/2647/files introduced curl as health check while curl is not available on the image
The text was updated successfully, but these errors were encountered: