Skip to content

feat: add healthcheck subcommand, drop wget from image - #69

Open
Malith-Rukshan wants to merge 1 commit into
Finsys:mainfrom
Malith-Rukshan:feat/healthcheck-no-wget
Open

feat: add healthcheck subcommand, drop wget from image#69
Malith-Rukshan wants to merge 1 commit into
Finsys:mainfrom
Malith-Rukshan:feat/healthcheck-no-wget

Conversation

@Malith-Rukshan

Copy link
Copy Markdown

The container HEALTHCHECK previously shelled out to wget. Add a small "hawser healthcheck" subcommand that probes /_hawser/health (auto-detecting TLS via TLS_CERT, like the old shell command) and switch the HEALTHCHECK to use it. This removes the wget package from the image.

The /_hawser/health HTTP endpoint is unchanged.

Also use COPY --chmod instead of a separate RUN chmod for the binary.

@jotka

jotka commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

@Malith-Rukshan would it be possible for you to update your commits with sha signed key?

The container HEALTHCHECK previously shelled out to wget. Add a small
"hawser healthcheck" subcommand that probes /_hawser/health (auto-detecting
TLS via TLS_CERT, like the old shell command) and switch the HEALTHCHECK to
use it. This removes the wget package from the image.

The /_hawser/health HTTP endpoint is unchanged.

Also use COPY --chmod instead of a separate RUN chmod for the binary.
@Malith-Rukshan
Malith-Rukshan force-pushed the feat/healthcheck-no-wget branch from 048606b to eec12c0 Compare June 4, 2026 19:54
@Malith-Rukshan

Copy link
Copy Markdown
Author

@Malith-Rukshan would it be possible for you to update your commits with sha signed key?

Done. I've updated the PR with signed commits. Please check it when you have a moment, thanks!

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.

2 participants