Kevin Wittek
Kevin Wittek
@danielpetisme Can you please run `./gradlew :kafka:spotlessApply` to fix the Spotless issues? 🙂
Hey @kwart, thanks for the PR. CI is failing because of spotless, you can fix it with: ``` ./gradlew :testcontainers:spotlessApply ``` Although it makes sense for the issue you described,...
The Javadoc is a great addition, thanks @kwart. We could add the test as example code for this use case under https://www.testcontainers.org/features/networking/#advanced-networking, with an additional link, suggesting the use of...
@eddumelendez Good idea, let's try out how well it works with the composite build 👍
Since the workaround solved the immediate issue, I am going to close, given that we are still waiting for the image to stabilize in upstream.
The `mariadb` module tests are failing on CI (https://github.com/testcontainers/testcontainers-java/actions/runs/3837940900/jobs/6550222122#step:6:293). The other failures are mostly because of a schedule brown-out, since we still use an old Ubuntu image version, I will...
Thanks for providing a PR @Nateckert. Is this an issue you have observed in your system while using Testcontainers? Could you please run `./gradlew :database-commons:spotlessApply` to fix the failing CI...
In which part of your command does the failure occur, in: ``` docker run -a -v /git:/git -v /root/.m2/:/home/app/.m2 -v /root/.m2/:/root/.m2 -v /var/run/:/var/run --name pipeline-aws-lambda -w /git/serverless/cloud-function-dynamodb-lambda pipeline-aws-lambda_local:latest ``` ?...
Is `172.17.0.1` reachable from within the container that executes the build? If you are using Docker Desktop, you might need to user mount the raw socket (`/var/run/docker.sock.raw`) or use DNS...
We have updated our docs regarding Docker in Docker, PTAL and re-open the issue if this does not solve your use case: https://www.testcontainers.org/supported_docker_environment/continuous_integration/dind_patterns/#docker-wormhole-pattern-sibling-docker-containers