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

## What does this PR do? This PR is adding the new Docker Registry module. This module is wrapping the registry image and it will be useful for those who...

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.2 to 4.1.4. Release notes Sourced from actions/download-artifact's releases. v4.1.4 What's Changed Update @​actions/artifact by @​bethanyj28 in actions/download-artifact#307 Full Changelog: https://github.com/actions/download-artifact/compare/v4...v4.1.4 v4.1.3 What's Changed Update release-new-action-version.yml by...

dependencies
github_actions

### Proposal Hi, thanks for the great package! I have a use case where it would be helpful to directly run an image from a path to a container tarball,...

enhancement

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.22.12 to 3.24.6. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. Note...

dependencies
github_actions

## What does this PR do? As discussed in #2180, the imported examples from tests for the docs from lack the package prefix before the imports, which leads to the...

### Proposal Currently, the Kafka module spawns a container that doesn't properly handle signals (term/int). The following (next) unit test reproduces the issue: ```go func TestKafkaGracefulShutdown(t *testing.T) { ctx :=...

enhancement

### Testcontainers version 0.28 ### Using the latest Testcontainers version? Yes ### Host OS MacOs ### Host arch ARM ### Go version 1.22 ### Docker version ```shell Client: Docker Engine...

bug

## What does this PR do? This PR adds support for Dolt, a version controlled relational database with Git-like versioning semantics.

### Problem In my case, I've a container that needs to access to host in order to function. ### Solution Add the `withAccessToHost(bool: access)` from Java implem to Go to...

feature

## What does this PR do? Fix issue #2138 ## Why is it important? ## Related issues -