Skip to content

docker: add container HEALTHCHECK#4777

Merged
bruntib merged 1 commit intoEricsson:masterfrom
0rlych1kk4:feat/docker-healthcheck-4564
Feb 16, 2026
Merged

docker: add container HEALTHCHECK#4777
bruntib merged 1 commit intoEricsson:masterfrom
0rlych1kk4:feat/docker-healthcheck-4564

Conversation

@0rlych1kk4
Copy link
Contributor

Fixes #4564

Adds a Docker HEALTHCHECK to the CodeChecker web container. The healthcheck probes the built-in liveness endpoint (/live) on port 8001. Implementation uses Python's standard library instead of curl to avoid adding extra dependencies and increasing image size.

Use Python stdlib to probe the built-in /live endpoint without adding curl.
Fixes Ericsson#4564
@0rlych1kk4
Copy link
Contributor Author

CI failure looks unrelated to this Dockerfile-only change.
The failing GUI (firefox) job is hitting Selenium ElementClickInterceptedException where the Vuetify overlay scrim (v-overlay__scrim) / footer obscures elements, plus a v-data-table visibility timeout.
Would it be ok to re-run the GUI workflow?

@bruntib bruntib added this to the release 6.28.0 milestone Feb 16, 2026
Copy link
Contributor

@bruntib bruntib left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, the GUI tests are quite flaky, that's a known issue.
Thanks for this development!

@bruntib bruntib merged commit 0ddccf1 into Ericsson:master Feb 16, 2026
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Healthcheck for Docker container?

2 participants