DotNet.Testcontainers.Containers.ResourceReaperException : Initialization has been cancelled. - ADO self hosted build agent #1359
Unanswered
GeorgeB-RIB
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Can you please try to mount the raw socket:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm stuck. Can anybody assist me? We are running a Azure DevOps self hosted linux agent in a docker container and auto-scaling it using KEDA in our AKS cluster.
I'm trying to use dotnet-testcontainers to run unit and integration tests using the following CI pipeline and docker-compose file:
CI Pipeline:
docker-compose file:
The ADO agent docker image has docker installed and running along with all of the other build agent capabilities that we require.
I keep running into the following error (see output) when attempting to run testcontainers on our hosted linux agent. (It works perfectly using MS-Hosted runner-agents that run on vmImage as opposed to our docker image.
Testscontainers Error build output:
It's obvious that RYUK cannot start up but I cannot figure out why. Is it due to a misconfiguration or because the type of DnD scenario I'm trying to make work?
Beta Was this translation helpful? Give feedback.
All reactions