Multi architecture docker build for Glean MCP #20
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.
Add Multi-Architecture Docker Build Support
Overview
This pull request adds support for building Docker images for multiple CPU architectures (amd64 and arm64) both locally and via GitHub Actions. This enhancement improves compatibility across different platforms and deployment environments. When users want to use the Glean MCP server, many different possible MCP capable tool hosts are able to use dockerized images. This prevents errors and difficulties with deploying the MCP server, and sets the roadway for more enhancements to this MCP server.
Changes
GitHub Actions Workflow
docker-build.yml
)Local Build Improvements
Docker Configuration
Benefits
Testing
Notes for Reviewers
Deployment Examples
Running the MCP Server with Docker
Using in Agent Configurations
This containerized approach significantly simplifies deployment across different environments and architectures without requiring manual setup of Node.js, dependencies, or build tools on the host system.