chore: Update healthcheck endpoint in Dockerfile to target /spaces/ path#8674
chore: Update healthcheck endpoint in Dockerfile to target /spaces/ path#8674sriramveeraghanta merged 1 commit intopreviewfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: defaults Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdates the Space service Docker configuration by adding curl to the runner image and modifying the HEALTHCHECK directive to verify the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related issues
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Updates the container healthcheck for the space app image so it probes the app under the /spaces/ base path and ensures the probe tool (curl) is present in the runtime image.
Changes:
- Install
curlin the runtime (runner) stage ofapps/space/Dockerfile.space. - Change the Docker
HEALTHCHECKtarget from/to/spaces/.
Description
This pull request makes a minor update to the health check configuration in the
apps/space/Dockerfile.spacefile. The health check now targets the/spaces/endpoint instead of the root, and ensures thatcurlis available in the container.Type of Change
Summary by CodeRabbit