Skip to content

Comments

Add curl to Docker runtime image#129

Merged
JulianKahnert merged 1 commit intodevelopfrom
feature/add-curl-to-docker-image
Feb 13, 2026
Merged

Add curl to Docker runtime image#129
JulianKahnert merged 1 commit intodevelopfrom
feature/add-curl-to-docker-image

Conversation

@JulianKahnert
Copy link
Owner

Summary

  • Adds curl package to the runtime Docker image to enable simplified healthcheck commands
  • Allows replacing the complex bash /dev/tcp healthcheck with a simple curl -sf call

Test plan

  • Verify Docker image builds successfully
  • Verify curl is available inside the running container
  • Verify healthcheck works with curl -sf -H 'Authorization: Bearer $AUTH_TOKEN' http://localhost:8080/health

@JulianKahnert JulianKahnert merged commit 41e296f into develop Feb 13, 2026
4 checks passed
@JulianKahnert JulianKahnert deleted the feature/add-curl-to-docker-image branch February 13, 2026 21:22
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.

1 participant