testcontainers-python icon indicating copy to clipboard operation
testcontainers-python copied to clipboard

Testcontainers is a Python library that providing a friendly API to run Docker container. It is designed to create runtime environment to use during your automatic tests.

Results 281 testcontainers-python issues
Sort by recently updated
recently updated
newest added

**Describe the bug** ...expected it to run? **To Reproduce** Provide a self-contained code snippet that illustrates the bug or unexpected behavior. Ideally, send a Pull Request to illustrate with a...

👀 requires attention
🔀 requires triage

With the move from md5 to scram-sha-256 in the PostgreSQL 14.x containers, I find myself needing to set the POSTGRES_HOST_AUTH_METHOD and potentially POSTGRES_INITDB_ARGS. Seems like it would be good to...

📦 package: postgres
✅ close on merge

For some reason `docker-compose up -d` works subtly differently than `docker-compose up -d -f docker-compose.yml` when there are overrides files. I'm not sure why, but passing `compose_file_name=[]` fixes things for...

📦 package: compose

When we use Clickhouse, we can use 2 kind of ports: 9000 and 8123. Also different awesome libs work - with just 9000 - with just 8123 - with both...

📦 package: clickhouse
✅ close on merge

we keep talking about dind all over the place and its driving me nuts so i will link all the talk about dind here

🛟 help wanted
contributions-welcome

:robot: I have created a release *beep* *boop* --- ## [4.4.2](https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.4.1...testcontainers-v4.4.2) (2024-05-17) ### Bug Fixes * added types to exec & tc_properties_get_tc_host ([#561](https://github.com/testcontainers/testcontainers-python/issues/561)) ([9eabb79](https://github.com/testcontainers/testcontainers-python/commit/9eabb79f213cfb6d8e60173ff4c40f580ae0972a)) --- This PR was generated with...

autorelease: pending

## Overview So basically as you can see from the title this adds a functionally that I think is super useful, supporting working with Dockerfile for achieving even more compatibility...

**What are you trying to do?** I want to use testcontainers with an image store on a private registry. Correct me if I am wrong, It is currently not possible...

🚀 enhancement
contributions-welcome

Ref #562 This enhancement adds capability to utilize the env var `DOCKER_AUTH_CONFIG` in-order to login to a private docker registry.

👀 requires attention