Skip to content

test: verify Docker image builds and starts successfully#139

Closed
icebear0828 wants to merge 1 commit intomasterfrom
docker-smoke-test-2564536036965797434
Closed

test: verify Docker image builds and starts successfully#139
icebear0828 wants to merge 1 commit intomasterfrom
docker-smoke-test-2564536036965797434

Conversation

@icebear0828
Copy link
Copy Markdown
Owner

This PR adds a CI workflow named Docker Smoke Test to verify the Dockerfile and container runtime environment.
It runs on push to master and pull_request.

Key testing steps:

  • Builds codex-proxy-test from the repo root Dockerfile.
  • Runs the container with the default port 8080.
  • Waits for up to 30s for the healthcheck to pass using docker inspect for the healthy status.
  • Verifies the http://localhost:8080/health endpoint.
  • Cleans up and repeats the test with a custom config/default.yaml mapping the port to 8090.
  • Verifies the healthcheck and endpoint correctly reflect the new port 8090.

Fixes #120


PR created automatically by Jules for task 2564536036965797434 started by @icebear0828

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]>
@google-labs-jules
Copy link
Copy Markdown

👋 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 @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@icebear0828
Copy link
Copy Markdown
Owner Author

Closing: overlaps with #136, and has stale package-lock.json + missing error handling.

@google-labs-jules
Copy link
Copy Markdown

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.

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.

test: verify Docker image builds and starts successfully

1 participant