Hey Claude, I don't see any issue to opening an issue and PR to cover this. I don't know a different solution offhand, though I am definitely curious to understand why Fedora needs the extra argument.
I say you should create the issue and PR and we can discuss further on there. --Matt On Wed, Jul 2, 2025, 6:24 AM Claude Warren, Jr <claude.war...@aiven.io.invalid> wrote: > Greetings, > > I am unable to run the testcontainers based integration tests on my > Fedora 42 system. I don't know if the problem is in Fedora 42 or in the > testcontainers, but obviously the code works on a multitude of other OSs > and versions. > > I have found that if I add `whithLocalCompose(true)` to the > `ComposeContainer` created in the `TestContext` class it works. > > I would like to add an environment variable TEST_LOCAL_COMPOSE that if set > 'true' will add the `whithLocalCompose(true)` to the `ComposeContainer`. > > Now I know that this is specific to my current problem, but I suspect that > in future there will be others that can be resolved with this solution. > > Is there any objection to my opening an issue and PR to cover this? > Does anyone know of a different solution? > > Thanks, > Claude >