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

## User Story As a test developer with a docker-compose stack that take a while to start up, I want to be able to start my containers prior to running...

enhancement

#3124 ## What does this PR do? ## Why is it important? ## Related issues - @mdelapenya Can you please review

- **feat: add a new config to disable exposing image ports automatically** - **chore: support for disabling auto-exposing ports from the image** ## What does this PR do? This PR...

feature

Bumps [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) from 4.25.4 to 4.25.5. Release notes Sourced from github.com/shirou/gopsutil/v4's releases. v4.25.5 What's Changed cpu Remove wmi for Get physical CPU core count by @​OrbintSoft in shirou/gopsutil#1839 fix ignore...

chore
dependencies
go

Bumps [github.com/moby/term](https://github.com/moby/term) from 0.5.0 to 0.5.2. Commits 6c1b69f Merge pull request #47 from thaJeztah/bump_ansiterm c367879 go.mod: github.com/Azure/go-ansiterm faa5f7b0171c 31a7e4e Merge pull request #48 from thaJeztah/gha_tweak 1700fcb Add security policy ca22ebc...

chore
dependencies
go

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.16 to 3.28.18. Release notes Sourced from github/codeql-action's releases. v3.28.18 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...

chore
dependencies
github_actions

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 46.0.3 to 46.0.5. Release notes Sourced from tj-actions/changed-files's releases. v46.0.5 What's Changed Upgraded to v46.0.4 by @​github-actions in tj-actions/changed-files#2511 chore(deps): bump tj-actions/verify-changed-files from 20.0.1 to 20.0.4 by...

chore
dependencies
github_actions

Adds `docker context inspect` to the host lookup strategies and fixes a user-facing panic in host resolution. The change properly handles errors instead of panicking and expands the set of...

## What does this PR do? It uses a dynamic template to generate the release notes for a given module, instead of generating it for all the modules at a...

chore

### Testcontainers version 0.35.0 ### Using the latest Testcontainers version? Yes ### Host OS macos 14.7.1 ### Host arch arm ### Go version 1.22.5 ### Docker version ```shell Client: Docker...

bug