testcontainers / testcontainers/testcontainers-java
Refactor out references to Ambassador docker image
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 1.9k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 9
Description
We now use a socat container instead of the original ambassador container for exposing docker-compose ports.
The code (TestcontainersConfiguration) and docs still refer to the ambassador image, and this should be removed.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting TestcontainersConfiguration and searching the documentation for references to the ambassador image. Confirm how the socat container is used for exposing docker-compose ports, then remove the outdated references from the code and docs. Done means no ambassador-image references remain and the relevant tests still pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose, java
- Domain
- devops, testing
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100