Tests against recent Docker engine releases #439
Annotations
4 errors
|
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 145.154568ms
- 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:827663ae0c102849c96861f13bbed4d27f19420be98f9099532aedb99cefee88
- brave:
- brave: Run 'docker run --help' for more information
> Can't start brave: failed to connect: calling "initialize": EOF
- github-official: docker: Error response from daemon: No such image: ghcr.io/github/github-mcp-server@sha256:bc5c15380a980f28ae3b8e778b47438972118ca3d57e45b749774b085c65a38f
- github-official:
- github-official: Run 'docker run --help' for more information
> Can't start github-official: failed to connect: calling "initialize": EOF
> 1 tools listed in 23.365982ms
- Using images:
- alpine/curl@sha256:7b2db408a0d39a60a09a7df1fb9d37af4f43e568d4524850b902a36f0476b314
- ghcr.io/github/github-mcp-server@sha256:bc5c15380a980f28ae3b8e778b47438972118ca3d57e45b749774b085c65a38f
- mcp/brave-search@sha256:827663ae0c102849c96861f13bbed4d27f19420be98f9099532aedb99cefee88
> Images pulled in 4.858464452s
- Verifying images [mcp/brave-search]
> Images verified in 467.57679ms
> Initialized in 5.496300908s
> Start sse server on port 8811
"
to contain:
"4 tools listed"
|
|
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 79.827065ms
- 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:bc5c15380a980f28ae3b8e778b47438972118ca3d57e45b749774b085c65a38f
- github-official:
- github-official: Run 'docker run --help' for more information
> Can't start github-official: failed to connect: calling "initialize": EOF
- brave: docker: Error response from daemon: No such image: mcp/brave-search@sha256:827663ae0c102849c96861f13bbed4d27f19420be98f9099532aedb99cefee88
- brave:
- brave: Run 'docker run --help' for more information
> Can't start brave: failed to connect: calling "initialize": EOF
> 1 tools listed in 19.259137ms
- Using images:
- alpine/curl@sha256:7b2db408a0d39a60a09a7df1fb9d37af4f43e568d4524850b902a36f0476b314
- ghcr.io/github/github-mcp-server@sha256:bc5c15380a980f28ae3b8e778b47438972118ca3d57e45b749774b085c65a38f
- mcp/brave-search@sha256:827663ae0c102849c96861f13bbed4d27f19420be98f9099532aedb99cefee88
> Images pulled in 6.572249558s
- Verifying images [mcp/brave-search]
> Images verified in 1.039919797s
> Initialized in 7.71444748s
> Start sse server on port 8811
"
to contain:
"4 tools listed"
|