Tests against recent Docker engine releases #456
Annotations
4 errors
|
Core tests using Docker ROOTLESS (channel stable)
Missing input! The webhook type must be 'incoming-webhook' or 'webhook-trigger'.
|
|
Core tests using Docker ROOTLESS (channel stable)
Process completed with exit code 1.
|
|
DockerMcpGatewayContainerTest.gatewayStartsWithServers:
core/src/test/java/org/testcontainers/containers/DockerMcpGatewayContainerTest.java#L34
java.lang.AssertionError:
Expecting actual:
"- Reading configuration...
- Reading catalog from [https://desktop.docker.com/mcp/catalog/v2/catalog.yaml]
- Configuration read in 218.228787ms
- Those servers are enabled: curl, brave, github-official
- Listing MCP tools...
- Running ghcr.io/github/github-mcp-server with [run --rm -i --init --security-opt no-new-privileges --cpus 1 --memory 2Gb --pull never -l docker-mcp=true -l docker-mcp-tool-type=mcp -l docker-mcp-name=github-official -l docker-mcp-transport=stdio -e GITHUB_PERSONAL_ACCESS_TOKEN]
- Running mcp/brave-search with [run --rm -i --init --security-opt no-new-privileges --cpus 1 --memory 2Gb --pull never -l docker-mcp=true -l docker-mcp-tool-type=mcp -l docker-mcp-name=brave -l docker-mcp-transport=stdio -e BRAVE_API_KEY -e BRAVE_MCP_TRANSPORT]
- github-official: docker: Error response from daemon: No such image: ghcr.io/github/github-mcp-server@sha256:ecc5810a7d76404c03c504d5ff6868cb9aa5b8e31f3e6aaf9ddf453d5a239d34
- github-official:
- github-official: Run 'docker run --help' for more information
- brave: docker: Error response from daemon: No such image: mcp/brave-search@sha256:6ddc4a4afa8f3df0ad262deeffb96e19e40530abd17a437c4c0ced7977e52792
- brave:
- brave: Run 'docker run --help' for more information
> Can't start github-official: failed to connect: calling "initialize": EOF
> Can't start brave: failed to connect: calling "initialize": EOF
> 1 tools listed in 19.086767ms
- Using images:
- alpine/curl@sha256:f1de494dc1d2a4050a0601aaba9301424925fb595dba208cb7d7cfed1f4d15ac
- ghcr.io/github/github-mcp-server@sha256:ecc5810a7d76404c03c504d5ff6868cb9aa5b8e31f3e6aaf9ddf453d5a239d34
- mcp/brave-search@sha256:6ddc4a4afa8f3df0ad262deeffb96e19e40530abd17a437c4c0ced7977e52792
> Images pulled in 5.679044589s
- Verifying images [mcp/brave-search]
> Images verified in 612.003744ms
> Initialized in 6.530639996s
> Start sse server on port 8811
"
to contain:
"4 tools listed"
|
|
DockerMcpGatewayContainerTest.gatewayStartsWithServers:
core/src/test/java/org/testcontainers/containers/DockerMcpGatewayContainerTest.java#L34
java.lang.AssertionError:
Expecting actual:
"- Reading configuration...
- Reading catalog from [https://desktop.docker.com/mcp/catalog/v2/catalog.yaml]
- Configuration read in 182.965337ms
- Those servers are enabled: curl, brave, github-official
- Listing MCP tools...
- Running ghcr.io/github/github-mcp-server with [run --rm -i --init --security-opt no-new-privileges --cpus 1 --memory 2Gb --pull never -l docker-mcp=true -l docker-mcp-tool-type=mcp -l docker-mcp-name=github-official -l docker-mcp-transport=stdio -e GITHUB_PERSONAL_ACCESS_TOKEN]
- Running mcp/brave-search with [run --rm -i --init --security-opt no-new-privileges --cpus 1 --memory 2Gb --pull never -l docker-mcp=true -l docker-mcp-tool-type=mcp -l docker-mcp-name=brave -l docker-mcp-transport=stdio -e BRAVE_API_KEY -e BRAVE_MCP_TRANSPORT]
- brave: docker: Error response from daemon: No such image: mcp/brave-search@sha256:6ddc4a4afa8f3df0ad262deeffb96e19e40530abd17a437c4c0ced7977e52792
- brave:
- brave: Run 'docker run --help' for more information
- github-official: docker: Error response from daemon: No such image: ghcr.io/github/github-mcp-server@sha256:ecc5810a7d76404c03c504d5ff6868cb9aa5b8e31f3e6aaf9ddf453d5a239d34
- github-official:
- github-official: Run 'docker run --help' for more information
> Can't start brave: failed to connect: calling "initialize": EOF
> Can't start github-official: failed to connect: calling "initialize": EOF
> 1 tools listed in 27.663658ms
- Using images:
- alpine/curl@sha256:f1de494dc1d2a4050a0601aaba9301424925fb595dba208cb7d7cfed1f4d15ac
- ghcr.io/github/github-mcp-server@sha256:ecc5810a7d76404c03c504d5ff6868cb9aa5b8e31f3e6aaf9ddf453d5a239d34
- mcp/brave-search@sha256:6ddc4a4afa8f3df0ad262deeffb96e19e40530abd17a437c4c0ced7977e52792
> Images pulled in 6.868718537s
- Verifying images [mcp/brave-search]
> Images verified in 807.328385ms
> Initialized in 7.888475805s
> Start sse server on port 8811
"
to contain:
"4 tools listed"
|