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

- **feat: support reading Docker context** - **chore: move read Docker config to the core** - **chore: read docker config more consistently** - **chore: extract to a parse function to...

feature

## What does this PR do? Changes the lifecycle hook for the ExposedHostPorts forwarding to happen on PreCreates of the testcontainer instead of PostReadies. Additionally updates the port forwarding tests...

### Testcontainers version 0.33.0 ### Using the latest Testcontainers version? Yes ### Host OS N/A ### Host arch N/A ### Go version N/A ### Docker version N/A ### Docker info...

bug

@mdelapenya Regarding this point may I suggest we add something about it in the contributing guidelines ? _Originally posted by @henripqt in https://github.com/testcontainers/testcontainers-go/pull/2825#discussion_r1805328668_

documentation
hacktoberfest
good first issue
low hanging fruit

### Testcontainers version 0.33.0 ### Using the latest Testcontainers version? Yes ### Host OS Mac ### Host arch ARM ### Go version 1.22 ### Docker version ```shell docker version Client:...

bug

### Testcontainers version 0.33.0 ### Using the latest Testcontainers version? Yes ### Host OS Linux ### Host arch x86_64 ### Go version 1.23.1 ### Docker version Client: Docker Engine -...

bug

### Testcontainers version v0.33.0 ### Using the latest Testcontainers version? Yes ### Host OS Linux ### Host arch x86 ### Go version 1.23.0 ### Docker version ``` Client: Version: 26.1.5...

bug

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

bug

### Proposal > TL;DR: use `require` when a failure should stop the test completely, ensuring that subsequent steps are not executed with invalid assumptions. Use `assert` when we want to...

hacktoberfest
good first issue
enhancement
low hanging fruit

Bumps [mkdocs-markdownextradata-plugin](https://github.com/rosscdh/mkdocs-markdownextradata-plugin) from 0.2.5 to 0.2.6. Commits f3cd075 added contributers and bump 59bb188 added contributers 23eea4a migrate to gh actions, add tests and publish wheel (#44) ed92246 Remove warnings_filter (#51)...

dependencies
python