Add sandbox configuration to enable Docker for language support testing#1036
Merged
Add sandbox configuration to enable Docker for language support testing#1036
Conversation
The language support tester workflow was failing because: 1. Docker daemon was not available to run containerized MCP servers 2. The Serena MCP server requires Docker to function Added sandbox.mcp.container configuration pointing to the MCP Gateway container (ghcr.io/github/gh-aw-mcpg). This provides Docker access within the workflow execution environment, allowing the Serena MCP server and other containerized MCP servers to run properly. The sandbox configuration is a standard pattern used by other workflows (large-payload-tester, nightly-mcp-stress-test) that successfully run MCP servers. Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix language support testing issues due to infrastructure limitations
Add sandbox configuration to enable Docker for language support testing
Feb 17, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds an explicit sandbox MCP container configuration to the Language Support Tester agentic workflow so containerized MCP servers (e.g., Serena) can access Docker via the MCP Gateway container, aligning this workflow with other Docker-enabled workflows in the repo.
Changes:
- Add
sandbox.mcp.container: "ghcr.io/github/gh-aw-mcpg"to.github/workflows/language-support-tester.md. - Update the generated
frontmatter-hashin.github/workflows/language-support-tester.lock.ymlto reflect the frontmatter change.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/language-support-tester.md | Adds sandbox configuration to enable Docker-in-Docker support for containerized MCP servers during language support testing. |
| .github/workflows/language-support-tester.lock.yml | Updates frontmatter hash to stay in sync with the workflow definition change. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
The language support tester workflow failed because containerized MCP servers (Serena) require Docker access, which standard GitHub Actions runners don't provide.
Changes
sandbox.mcp.containerconfiguration pointing toghcr.io/github/gh-aw-mcpgThis provides Docker-in-Docker support via the MCP Gateway container, matching the pattern used in
large-payload-testerandnightly-mcp-stress-testworkflows.Impact
Unblocks testing for:
test/serena-mcp-tests/samples/js_project/)test/serena-mcp-tests/samples/python_project/)Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/graphql/usr/bin/gh /usr/bin/gh api graphql -f query=query($owner: String!, $name: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } -f owner=github -f name=gh-aw-mcpg(http block)https://api.github.com/repos/actions/download-artifact/git/ref/tags/v6/usr/bin/gh gh api /repos/actions/download-artifact/git/ref/tags/v6 --jq .object.sha(http block)https://api.github.com/repos/actions/setup-go/git/ref/tags/4dc6199c7b1a012772edbd06daecab0f50c9053c/usr/bin/gh gh api /repos/actions/setup-go/git/ref/tags/4dc6199c7b1a012772edbd06daecab0f50c9053c --jq .object.sha(http block)https://api.github.com/repos/actions/upload-artifact/git/ref/tags/v6/usr/bin/gh gh api /repos/actions/upload-artifact/git/ref/tags/v6 --jq .object.sha(http block)https://api.github.com/repos/github/gh-aw/git/ref/tags/v0.45.4/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v0.45.4 --jq .object.sha(http block)https://api.github.com/user/usr/bin/gh gh api user --jq .login(http block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.