test: verify Docker image builds and starts successfully#139
test: verify Docker image builds and starts successfully#139icebear0828 wants to merge 1 commit intomasterfrom
Conversation
Adds a GitHub Actions workflow to verify that the Docker image builds properly and that the container starts up and reports as healthy. It checks the default port 8080 and tests custom port overrides via config/default.yaml mapping to 8090. Co-authored-by: icebear0828 <[email protected]>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
Closing: overlaps with #136, and has stale package-lock.json + missing error handling. |
Understood. Acknowledging that this work is now obsolete and stopping work on this task. |
This PR adds a CI workflow named
Docker Smoke Testto verify the Dockerfile and container runtime environment.It runs on
pushtomasterandpull_request.Key testing steps:
codex-proxy-testfrom the repo root Dockerfile.docker inspectfor thehealthystatus.http://localhost:8080/healthendpoint.config/default.yamlmapping the port to 8090.Fixes #120
PR created automatically by Jules for task 2564536036965797434 started by @icebear0828