Tests against recent Docker engine releases #451
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 133.241189ms
- 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:5f3585ef47d5b48f5b7c33ca1887e1ff7795b00de2ea0931228ce709da8ac09a
- 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:7e934de21d7da189cc419cc05cc4773effa6aa19dda2203344decfc5060e6e75
- 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 19.513059ms
- Using images:
- alpine/curl@sha256:8439d22ce4802f0a6543c4fe376e02cce7adf0be2500b70e3ab068ce684c7d52
- ghcr.io/github/github-mcp-server@sha256:7e934de21d7da189cc419cc05cc4773effa6aa19dda2203344decfc5060e6e75
- mcp/brave-search@sha256:5f3585ef47d5b48f5b7c33ca1887e1ff7795b00de2ea0931228ce709da8ac09a
> Images pulled in 4.054841056s
- Verifying images [mcp/brave-search]
> Images verified in 489.747408ms
> Initialized in 4.699680231s
> 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 95.306731ms
- 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:7e934de21d7da189cc419cc05cc4773effa6aa19dda2203344decfc5060e6e75
- 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:5f3585ef47d5b48f5b7c33ca1887e1ff7795b00de2ea0931228ce709da8ac09a
- brave:
- brave: Run 'docker run --help' for more information
> Can't start brave: failed to connect: calling "initialize": EOF
> 1 tools listed in 27.342016ms
- Using images:
- alpine/curl@sha256:8439d22ce4802f0a6543c4fe376e02cce7adf0be2500b70e3ab068ce684c7d52
- ghcr.io/github/github-mcp-server@sha256:7e934de21d7da189cc419cc05cc4773effa6aa19dda2203344decfc5060e6e75
- mcp/brave-search@sha256:5f3585ef47d5b48f5b7c33ca1887e1ff7795b00de2ea0931228ce709da8ac09a
> Images pulled in 7.434844252s
- Verifying images [mcp/brave-search]
> Images verified in 952.652924ms
> Initialized in 8.512612611s
> Start sse server on port 8811
"
to contain:
"4 tools listed"
|