Kevin Wittek
Kevin Wittek
I'd like to clarify, network mode `host` still works as expected if not used in conjunction with `withExposedPorts()`. This also makes sense, because when using network mode `host`, there is...
Thanks for updating us on this @donbeave. I will close this issue, since especially the comments mention very different failure scenarios.
Would you expect that Podman works together with Docker Compose outside of Testcontainers? Can you give a CLI example of how Podman can work with Docker Compose?
@nefilim Thanks, I'll re-open the issue at `testcontainers-java` with the new information. Regarding logging on STDOUT and STDERR for PotgreSQL, that's unfortunately how their image works. It is in parts...
Hi @hantsy, thanks for reporting. Can you share the logs of the `CouchbaseContainer` in case of a failing connection? cc @daschl
Thanks for sharing the feedback @spmason, you are right, the reason is the special handling for the `dockerfile` field to pull the dependent image: https://github.com/testcontainers/testcontainers-java/blob/66bcd391df31c4afdac32ff325974fe0f62968c8/core/src/main/java/org/testcontainers/images/builder/ImageFromDockerfile.java#L170-L179 This code won't get executed...
@spmason As @eddumelendez mentioned, we are not particularly interested in further promoting the use of the builder in its current form, so I'd imagine adding such a method to `ImageFromDockerfile`...
Thanks for reporting and the detailed analysis @luanhui0420. > It was found out that the JdbcDatabaseContainer overrides the waitUntilContainerStarted and writes its own DB connection based logic and ignore the...
Thanks a lot for your work on this PR and your openness to collaboration @SoMuchForSubtlety, this is much appreciated. We can of course keep the PR open to track the...
Thanks for the issue report. So your set of services is in general resilient and will eventually reach the correct running state, correct? I would recommend configuring a set of...