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

We have it documented in https://golang.testcontainers.org/contributing_docs/, but it's probably not clear enough. Because code examples should be connected to the real code/tests, I suggest we should always use this when...

### Testcontainers version 0.19.0 ### Using the latest Testcontainers version? Yes ### Host OS Linux ### Host arch ARM ### Go version 1.20 ### Docker version ```shell 20.10.13 ``` ###...

security

### Proposal In #625 we retired the podman pipeline, but we want to keep its value once the installation process gets fixed. The pipeline is adding value in the sense...

dependencies
podman

## What does this PR do? I fixed passing alias name in startup script when it's possible. ## Why is it important? You can't connect to kafka container from other...

bug

## What does this PR do? Updates [`lookUpReaperContainer`](https://github.com/testcontainers/testcontainers-go/blob/main/reaper.go#L66) to consider the [health](https://docs.docker.com/reference/dockerfile/#healthcheck) of the ryuk container. * If the ryuk container advertises a health status, `lookUpReaperContainer` will require a healthy...

## What does this PR do? Rename `TC_HOST` environment variable to `TESTCONTAINERS_HOST_OVERRIDE` to align with other testcontainers projects. ## Why is it important? The changes in this PR will align...

### Testcontainers version 0.30.0 ### Using the latest Testcontainers version? Yes ### Host OS Linux ### Host arch X86_64 ### Go version 1.22.0 ### Docker version ```shell Client: Podman Engine...

podman
bug

## What does this PR do? Add a new option to skip certificate retrieval. ## Why is it important? In some edge cases, it seems that the certificates are not...

### Testcontainers version 0.30.0 ### Using the latest Testcontainers version? Yes ### Host OS Windows 11 ### Host arch amd64 ### Go version 1.21.6 ### Docker version ```shell $ docker...

bug

## What does this PR do? Updates the [`RunBigQueryContainer`](https://github.com/testcontainers/testcontainers-go/blob/main/modules/gcloud/bigquery.go#L13) to optionally use the emulator's [`data-from-yaml` option](url), allowing users to seed the container with data. ## Why is it important? This...