jarebudev

Results 9 comments of jarebudev

I also experienced this problem and looked into this further. This was with ``` org.testcontainers testcontainers-bom 1.12.4 pom import ``` In my instance the problem is being caused when the...

I've also come across this issue when trying to move our tests to using `.withDockerfile(Paths.get("Dockerfile"))` so we could use `.dockerignore` files to minimise our build context. I'll try and contribute...

> > Thanks @jarebudev ! This looks great, there's only a few minor changes that need to be made non-breaking, then I can approve. > > Thanks again for your...

Yeh I can work on this. When I first looked at it there didn't appear to be a huge amount of change needed for this as you say mostly a...

as a fyi - had some other things to work on which had taken up my time. Should get a PR in this week.

Just to update - I've done most of this, however I am out next week so will finish it off when I'm back.

@shaoqin2 - yeh - have done the naming just need to now change over to creating daemon threads. Will pick this up now