Skip to content

fix: add curl to runtime stage for healthcheck support#949

Merged
tariqksoliman merged 3 commits intoNASA-AMMOS:developmentfrom
JPL-Devin:development
Apr 23, 2026
Merged

fix: add curl to runtime stage for healthcheck support#949
tariqksoliman merged 3 commits intoNASA-AMMOS:developmentfrom
JPL-Devin:development

Conversation

@tariqksoliman
Copy link
Copy Markdown
Member

With Devin

JPL-Devin#42

The docker-compose.sample.yml healthcheck uses curl to probe http://mmgis:8888/api/utils/healthcheck, but curl was only installed in the builder stage of the Dockerfile, not the runtime stage. Without curl in the runtime image, the healthcheck always fails, the container is marked unhealthy, and dependent services refuse to start.

devin-ai-integration Bot and others added 3 commits April 23, 2026 18:43
Co-Authored-By: tariq.k.soliman <tariqksoliman@gmail.com>
…me-v2

fix: add curl to runtime stage for healthcheck support
@tariqksoliman tariqksoliman self-assigned this Apr 23, 2026
@tariqksoliman tariqksoliman added the bug Something isn't working label Apr 23, 2026
@tariqksoliman tariqksoliman merged commit d8f13be into NASA-AMMOS:development Apr 23, 2026
4 of 5 checks passed
@github-project-automation github-project-automation Bot moved this to Done in MMGIS Apr 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant