Replies: 2 comments 1 reply
-
Hi @einarwar thanks for reporting this. I've tried to reproduce this and I'm not able to reproduce it yet:
In both cases, setting the variable to
I verified it in a separate terminal with |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @mdelapenya and thanks for your reply. We later tried to upgrade from 0.31.0 to 0.33.0 and the problem was no longer present. |
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
Since I use testcontainers-go in a CI environment, i need to disable ryuk. On version 0.31.0 i set the environment variable
TESTCONTAINERS_RYUK_DISABLED=true
, and ryuk was disabled. However, when trying to upgrade to 0.32.0, it does not seem like ryuk is disabled any more. When i try to run my tests, i get the errorFailed to start docker-compose: failed to connect to reaper: dial tcp 192.168.5.1:32810: connect: connection refused: Connecting to Ryuk on 192.168.5.1:32810 failed
, which indicates that ryuk is in fact not disabled.I have not been able to try to check if setting it in a
.testcontainers.properties
, since this is run in a CI environment and cannot rely on files outside the git repository.Beta Was this translation helpful? Give feedback.
All reactions