Kevin Wittek
                                            Kevin Wittek
                                        
                                    Just FYI @edysli, we plan to eventually merge this PR, since we think it is the right approach. However, because of its breaking nature, we want to include it in...
Hi @SgtSilvio, sorry for not yet reviewing and merging. #6239 was a trivial change with minimal effect radius, that's why this got easily merged, while PRs that touch the core...
@perlun Is this happening from within a Windows process (JVM running on Windows)?
Thanks for the detailed reporting and investigation @perlun. Generally, you are right, if a container process did already exit, there is no good reason to further wait for the WaitStrategies...
Hey @REslim30, in the light of closing #5852, I think it would be a good idea to make this explicit through throwing an exception with a clear error message, independent...
Hey @collabnix, could you please provide more context on the use cases for such an extension?
Just to get a bit more context, what is your use case to using Ryuk with a `latest` tag @James-von-Detroit?
Thanks for the answer @James-von-Detroit, but please clarify, where do you use Ryuk with latest tag? Are you manually configuring Testcontainers to use Ryuk with latest tag? This is not...
@simasch The original explanation by @bsideup is still valid: https://github.com/testcontainers/testcontainers-java/issues/1454#issuecomment-801699021 Also, see the discussion in this closed PR: https://github.com/testcontainers/testcontainers-java/pull/1746#issuecomment-541342639
Do you have exactly the same code to interact with both containers? I looked into our implementation of `MariaDBContainer` and could not find any usage of `MountableFile`.