testcontainers-go
testcontainers-go copied to clipboard
Testcontainers for Go is a Go package that makes it simple to create and clean up container-based dependencies for automated integration/smoke tests. The clean, easy-to-use API enables developers to p...
Test should execute on `main` branch or in PRs if `/windows-test` is added in comments.
### Testcontainers version c46039a3c802b81630ea83265089fe70f83fd9be ### Using the latest Testcontainers version? Yes ### Host OS Linux ### Host arch amd64 ### Go version 1.21.x ### Docker version ```shell N/A ``` ###...
### Testcontainers version v0.32.0 ### Using the latest Testcontainers version? Yes ### Host OS MacOS ### Host arch ARM ### Go version 1.22.5 ### Docker version ```shell Client: Version: 27.0.3...
_Originally posted by @mdelapenya in https://github.com/testcontainers/testcontainers-go/issues/2725#issuecomment-2293675665_
### Problem I'm working with a CI/CD environment that requires me to run Ryku with privileged and user namespace to be 'host' I'm getting the following error when running Ryku...
## What does this PR do? Uses the new apache/kafka-native docker image instead of the confluent local docker image. The kafka native docker image is much faster (startup time is...
- same as https://github.com/testcontainers/testcontainers-go/pull/2616 ## What does this PR do? install docker from our staging server. ## Why is it important? ## Related issues -
### Testcontainers version 0.32.0 ### Using the latest Testcontainers version? Yes ### Host OS N/A ### Host arch N/A ### Go version N/A ### Docker version ```shell N/A ``` ###...
### Problem I'm currently working on [Sablier](github.com/acouvreur/sablier) and this project needs to interact with a Docker host. It can list, start and stop containers. Interacting with direct socket may cause...
## What does this PR do? Add a [Dex](https://dexidp.io) module, similar to the already existing [testcontainers-java](https://testcontainers.com/modules/dex/) module. ## Why is it important? This allows to test OAuth2/OpenID Connect authentication implementations....