testcontainers-go icon indicating copy to clipboard operation
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...

Results 308 testcontainers-go issues
Sort by recently updated
recently updated
newest added

Log progress on containers being started/waited/etc

I would like to get an Example function for the wait for SQL strategy #122

type/docs
type/housekeeping

Someone at a meetup lately suggested it would be cool to be able to start containers on Kubernetes so blackbox tests of containers can be done using standard test libraries....

The folks doing the java implementation are currently working on a 2.0 that will include several refactors and breaking API changes. Since they are in a process of planning the...

## What does this PR do? It passes the docker_host key to the reaper creation when using the ReuseOrCreate container function, so that the reaper is able to extract the...

type/housekeeping

> The fix makes sense from a technical perspective. However, regarding the `reuse` behavior itself, we decided in `testcontainers-java` that relying on the container name is not a stable indicator...

chore

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.17+incompatible to 20.10.19+incompatible. Release notes Sourced from github.com/docker/docker's releases. v20.10.19 This release of Docker Engine comes with some bug-fixes, and an updated version of Docker Compose. Builder...

dependencies

## What is this PR doing? This PR comes with a breaking change, regarding how the Docker client is obtained: the method to obtain an instance of the Docker client...

type/bc-break

## What does this PR do? It bumps the following deps to their latest released versions: - aws/aws-sdk-go - miekg/dns - hashicorp/consul/api - hashicorp/consul/sdk - k8s.io/kubernetes We have run the...

dependencies
type/security

### Testcontainers version 0.14.0 ### Using the latest Testcontainers version? Yes ### Host OS Linux ### Host Arch x86 ### Go Version 1.19 ### Docker version ```shell $ docker version...

type/bug