Tests against recent Docker engine releases #424
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 155.195045ms
- 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:634fed5e94587a8b151e0b3457c92f196c1b61466ef890e0675ca40288a2efcc
- 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 26.869265ms
- Using images:
- alpine/curl@sha256:94f7744233be60764e26a4f65987eebd785e3e689d313145f7d37e07815f8a43
- ghcr.io/github/github-mcp-server@sha256:634fed5e94587a8b151e0b3457c92f196c1b61466ef890e0675ca40288a2efcc
- mcp/brave-search@sha256:ff38ce33aca380743850191724df2b3ca0bd2895c776a60d9376954af155ccae
> Images pulled in 4.923627104s
- Verifying images [mcp/brave-search]
> Images verified in 797.038796ms
> Initialized in 5.904943225s
> 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 139.818837ms
- 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:634fed5e94587a8b151e0b3457c92f196c1b61466ef890e0675ca40288a2efcc
- 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 brave: failed to connect: calling "initialize": EOF
> Can't start github-official: failed to connect: calling "initialize": EOF
> 1 tools listed in 45.439078ms
- Using images:
- alpine/curl@sha256:94f7744233be60764e26a4f65987eebd785e3e689d313145f7d37e07815f8a43
- ghcr.io/github/github-mcp-server@sha256:634fed5e94587a8b151e0b3457c92f196c1b61466ef890e0675ca40288a2efcc
- mcp/brave-search@sha256:ff38ce33aca380743850191724df2b3ca0bd2895c776a60d9376954af155ccae
> Images pulled in 6.447418049s
- Verifying images [mcp/brave-search]
> Images verified in 965.950642ms
> Initialized in 7.601393244s
> Start sse server on port 8811
"
to contain:
"4 tools listed"
|