Tests against recent Docker engine releases #430
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 99.350991ms
- 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:0a826a1e1b991b0f1c79afa67dff64257636872d08f23b1410acbffe3ba3066d
- github-official:
- github-official: Run 'docker run --help' for more information
- brave: docker: Error response from daemon: No such image: mcp/brave-search@sha256:ff38ce33aca380743850191724df2b3ca0bd2895c776a60d9376954af155ccae
- 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 20.949096ms
- Using images:
- alpine/curl@sha256:4007cdf991c197c3412b5af737a916a894809273570b0c2bb93d295342fc23a2
- ghcr.io/github/github-mcp-server@sha256:0a826a1e1b991b0f1c79afa67dff64257636872d08f23b1410acbffe3ba3066d
- mcp/brave-search@sha256:ff38ce33aca380743850191724df2b3ca0bd2895c776a60d9376954af155ccae
> Images pulled in 6.34926595s
- Verifying images [mcp/brave-search]
> Images verified in 996.912257ms
> Initialized in 7.468675204s
> 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 168.507992ms
- Those servers are enabled: curl, brave, github-official
- Listing MCP tools...
- 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]
- 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]
- github-official: docker: Error response from daemon: No such image: ghcr.io/github/github-mcp-server@sha256:0a826a1e1b991b0f1c79afa67dff64257636872d08f23b1410acbffe3ba3066d
- 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:ff38ce33aca380743850191724df2b3ca0bd2895c776a60d9376954af155ccae
- brave:
- brave: Run 'docker run --help' for more information
> Can't start brave: failed to connect: calling "initialize": EOF
> 1 tools listed in 29.295324ms
- Using images:
- alpine/curl@sha256:4007cdf991c197c3412b5af737a916a894809273570b0c2bb93d295342fc23a2
- ghcr.io/github/github-mcp-server@sha256:0a826a1e1b991b0f1c79afa67dff64257636872d08f23b1410acbffe3ba3066d
- mcp/brave-search@sha256:ff38ce33aca380743850191724df2b3ca0bd2895c776a60d9376954af155ccae
> Images pulled in 4.503382539s
- Verifying images [mcp/brave-search]
> Images verified in 619.799033ms
> Initialized in 5.323827748s
> Start sse server on port 8811
"
to contain:
"4 tools listed"
|