Replies: 1 comment 1 reply
-
Hi, are you running on GHA? We ran tests on GHA and all was green. Can you declare |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! Thanks for making testing easier than ever!
We are in the process of upgrading all the dependencies of our own open source software github.com/jobrunr/jobrunr. Unfortunately, updating to
org.testcontainers:db2:1.20.4
(fromorg.testcontainers:db2:1.20.1
) makes our build fail with the below exception. This may be related to a recent change to theDb2Container
which removes privileged mode: #9460.Are we missing extra configuration steps that comes with
org.testcontainers:db2:1.20.4
?@rdehuyss can give extra details on the CI environment if needed.
Container setup
Relevant logs
Beta Was this translation helpful? Give feedback.
All reactions