summaryrefslogtreecommitdiff
path: root/docker/healthcheck.sh
AgeCommit message (Collapse)Author
2023-01-27Add a dynamic address resolution to the Docker healthcheckMoritz Heiber
2022-02-02Use prebuilt CI-containers from https://gitlab.com/jfowl/conduit-containersJonas Zohren
Also run all builds on approved MRs
2022-01-28fix: Healtcheck use netstat for port as fallbackJonas Zohren
2022-01-28fix: Use default port for healthcheck as fallbackJonas Zohren
Conduit can start without a specific port being configured. This adjusts the healthcheck script to tolerate that state. Closes https://gitlab.com/famedly/conduit/-/issues/222
2021-11-21CI: New Multiarch builds and Docker images + cargo clippy/test output now ↵Jonas Zohren
integrated into GitLab
2021-08-29Move docker healthcheck into dedicated script.Daniel Wiesenberg