Add Docker support, CI workflows, and documentation improvements#10
Merged
Add Docker support, CI workflows, and documentation improvements#10
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds Docker support, CI/CD workflows, and comprehensive documentation improvements to make WebArena-Verified more accessible through multiple installation methods (Docker, uvx, pip).
Changes:
- Added Dockerfile with multi-stage build and GitHub Actions workflows for automated testing, Docker image publishing (to Docker Hub), and versioned documentation deployment using mike
- Introduced CLI --version flag and test infrastructure for validating CLI entrypoints (uvx and Docker)
- Reorganized and expanded documentation with tabbed installation options, moved contributing guides to CONTRIBUTING.md, and removed outdated documentation sections
Reviewed changes
Copilot reviewed 29 out of 31 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| Dockerfile | Multi-stage Docker build configuration for production-ready images |
| .dockerignore | Comprehensive exclusion rules for Docker build context |
| .github/workflows/test.yml | CI workflow for running tests and building Docker images on PRs |
| .github/workflows/docker-publish.yml | Automated Docker image publishing to Docker Hub on tag pushes |
| .github/workflows/docs-publish.yml | Versioned documentation deployment using mike for dev and release versions |
| src/webarena_verified/main.py | Added --version flag to CLI |
| src/webarena_verified/init.py | Added warning filter for geocoder invalid escape sequence warnings |
| tests/cli/test_entrypoints.py | New tests for CLI functionality via uvx and Docker |
| tests/cli/conftest.py | Test fixtures for Docker and uvx CLI testing |
| tests/assets/cli/* | Test assets including config and agent logs for CLI tests |
| contributing/utils/docker_utils.py | Utilities for Docker image building and version management |
| contributing/tasks.py | Added docker-build invoke task with version handling |
| contributing/init.py | Package initialization for contributing module |
| tasks.py | Root invoke tasks file |
| CONTRIBUTING.md | New comprehensive contributing guide |
| README.md | Updated with Docker installation and usage instructions |
| docs/index.md | Rewritten quickstart with tabbed installation options (uvx, Docker, pip) |
| docs/getting_started/usage.md | Updated with Docker examples throughout |
| docs/getting_started/utilities.md | Added Docker examples for utility commands |
| docs/getting_started/subset_manager.md | Added Docker examples for subset management |
| docs/getting_started/hard_subset.md | Added Docker examples for hard subset export |
| docs/contributing/* | Removed (moved to CONTRIBUTING.md) |
| mkdocs.yml | Added mike configuration for versioned docs and site_url |
| pyproject.toml | Added mike and semver dependencies, pytest docker marker |
| uv.lock | Updated with semver dependency |
| examples/tasks.py | Fixed container name reference from dummy-gitlab to wa-demo-gitlab |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added
dev+ releases)--versionflagChanged
Removed
docs/contributing/section (moved to CONTRIBUTING.md)Usage
Docker
uvx (no install)
Run tests