testcontainers / testcontainers/testcontainers-java
Allow configure docker-compose image version
Open
Nobody has claimed this yet.
area/docker-compose
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 1.9k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 9
Description
the docker-compose is fixed at 1.24.1. This would be nice to let user set the version. This allows to deal with new docker-compose syntaxes
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 in DockerComposeContainer.java around line 611, where the docker-compose image version is fixed at 1.24.1. Trace how that image is selected and identify the existing configuration entry point. Done means users can set the docker-compose version so newer compose syntaxes can be used.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose, java
- Domain
- infrastructure, testing
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100