Kevin Wittek
Kevin Wittek
Testcontainers for Node should support IPv6 port mappings since a long time. Interestingly, we just closed this IPv6 related PR in tc-go yesterday (https://github.com/testcontainers/testcontainers-go/pull/2403), because Docker/Moby now supports consistent IPv4/IPv6...
Just want to share, that we highlighted this as a Known Issue in the [release notes](https://docs.docker.com/desktop/release-notes/#4420) of the 4.42.0 Docker Desktop release. As I understand the issue, I currently don't...
For today, I would give the following guidance to tc-node users: **The issue will be fixed in a future patch release, but you should downgrade to 4.41.2 for now.**
I wanted to do it, but Codecov does not see the `main` branch for me: Edit: No clue what to do here, maybe re-adding Codecov so it has a refresh...
Btw., it's totally ok to explicitly document, that Docker Desktop for Linux is not officially supported by tc-python (we have a similar situation for the other languages, also since having...
Thanks for looking into this @matthiasschaub 👋 We have no clean spec for this features in Java / across languages, so for now I would suggest, we mostly mirror the...
@isidorn That is great, from Docker's side, we will add docs about how to wire up Docker Model Runner as a provider as soon as this is released 🙂
Hey @jpmartins, thanks for reporting. We are using the [delombok task](https://github.com/testcontainers/testcontainers-java/blob/0217e78eb986da4e73402288959d05f34b37546f/build.gradle#L58) from the [Gradle-Lombok](https://github.com/franzbecker/gradle-lombok) plugin we are using. I don't know what else we can do to mitigate the situation...
Just to clarify, you want to use Docker with containerd backend enabled, correct? This _should_ work, but we need to double check. With regards to native containerd support, since we...
Since this _unexpected_ behavior re-surfaces time and time again, I think the issue here is, that `withDockerfile()` generally does not honor the user specified context. I am not sure if...