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...
## What does this PR do? It bumps the sshd image to the latest release. ## Why is it important? It addresses some security concerns
Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.0.0 to 2.3.0. Release notes Sourced from github.com/go-viper/mapstructure/v2's releases. v2.3.0 What's Changed build(deps): bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in go-viper/mapstructure#46 build(deps): bump golangci/golangci-lint-action from...
## What does this PR do? This introduces a way to pass image save options (like platform) to the image client. This allows saving a specific architecture for an image....
## What does this PR do? This PR fixes an issue where UNIX domain socket URLs configured in the `tc.host` property in `~/.testcontainers.properties` would have their schema stripped, causing Docker...
- **chore: deprecate GenericContainer** - **chore: migrate tests to Run** - **docs: update quickstart** - **chore: update more tests** - **chore: update more tests** - **chore(aerospike): use Run function** -...
### Proposal In my tests the LGTM test containers stack times out because it sometimes takes slightly more than a minute to be ready, and the default timeout for wait.ForLog...
### Testcontainers version 0.37.0 ### Using the latest Testcontainers version? Yes ### Host OS Mac ### Host arch ARM ### Go version go1.24.2 darwin/arm64 ### Docker version ```shell Client: Version:...
Fixes testcontainers/testcontainers-go#2811 Previously ExposedHostPorts would start an SSHD container prior to starting the testcontainer and inject a PostReadies lifecycle hook into the testcontainer in order to set up remote port...
Bumps [requests](https://github.com/psf/requests) from 2.32.0 to 2.32.4. Release notes Sourced from requests's releases. v2.32.4 2.32.4 (2025-06-10) Security CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve...
### Testcontainers version 0.34.0 ### Using the latest Testcontainers version? Yes ### Host OS linux ### Host arch amd64 ### Go version 1.23.2 ### Docker version ``` Client: Docker Engine...