Tests against recent Docker engine releases #461
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 95.419585ms
- 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:8d624b91930eaf245d572f2f6b22b7b44185e899b9cf1eaee4b3ff324f1e6263
- github-official:
- github-official: Run 'docker run --help' for more information
- brave: docker: Error response from daemon: No such image: mcp/brave-search@sha256:1f44d42539a88816aab1c973af0e4a43ec56a908c95a3b0453bc3dbb19d44d9a
- 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 18.386723ms
- Using images:
- alpine/curl@sha256:6c1b9eb88d25e3dc56c02bba99e1b44b3a0612123a7c287b04f3aafd89c534d6
- ghcr.io/github/github-mcp-server@sha256:8d624b91930eaf245d572f2f6b22b7b44185e899b9cf1eaee4b3ff324f1e6263
- mcp/brave-search@sha256:1f44d42539a88816aab1c973af0e4a43ec56a908c95a3b0453bc3dbb19d44d9a
> Images pulled in 4.443736985s
- Verifying images [mcp/brave-search]
> Images verified in 427.691142ms
> Initialized in 4.987031938s
> 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 191.64334ms
- 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:8d624b91930eaf245d572f2f6b22b7b44185e899b9cf1eaee4b3ff324f1e6263
- github-official:
- github-official: Run 'docker run --help' for more information
- brave: docker: Error response from daemon: No such image: mcp/brave-search@sha256:1f44d42539a88816aab1c973af0e4a43ec56a908c95a3b0453bc3dbb19d44d9a
- brave:
- brave: 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 15.788659ms
- Using images:
- alpine/curl@sha256:6c1b9eb88d25e3dc56c02bba99e1b44b3a0612123a7c287b04f3aafd89c534d6
- ghcr.io/github/github-mcp-server@sha256:8d624b91930eaf245d572f2f6b22b7b44185e899b9cf1eaee4b3ff324f1e6263
- mcp/brave-search@sha256:1f44d42539a88816aab1c973af0e4a43ec56a908c95a3b0453bc3dbb19d44d9a
> Images pulled in 6.681257948s
- Verifying images [mcp/brave-search]
> Images verified in 980.842797ms
> Initialized in 7.871964554s
> Start sse server on port 8811
"
to contain:
"4 tools listed"
|