-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to work with testcontainer node 10.8.1 (was working on 10.6.0) #84
Comments
Possible related to testcontainers/testcontainers-node#729 |
I think there are other issue related to testcontainers/testcontainers-node#712 on the 10.7.0 release Because If I remove the TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX Containers are also preventing to start
|
With the TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX environment set, testcontainers-node tries to lock itself twice. Since it had locked itself already, the second lock attempt fails (and the timeout occurs). Not sure, why this scenario is happening. |
It fails because of this constant: Being compared with a rewritten image: This is a bug in testcontainers-node. Workarounds are:
(edited) |
Hi,
I'm not sure if it's something wrong on kubedock or a regression on testcontainer node.
I'm using kubedock 0.16.0 but I also try to downgrade it to 0.15.5 withtout success
I would like to upgrade from testcontainer node 10.6.0 to 10.8.1 but I'm not able to make it work with kubedock.
Basically no container is created, not even ryuk. It's like nothing happen
I can only see on kubedock logs.
Then it "hang" here
If I check the logs using testcontainer node
10.6.0
The only 2 difference I see is the GET requests
On testcontainer node 10.6.1
On testcontainer node 10.8.1
The seconds contains my environment variable
Using logs
This get stucks on Acquiring lock file
The text was updated successfully, but these errors were encountered: