Getting testcontainers/ryuk from internal hub
Maybe someone has encountered this problem. I use testcontainers for unit and integration tests in Java. I need to run them on a stand in the internal network. But the problem is that the network does not have access to the Internet, and can only use internal resources. At the same time, testcontainers requires the testcontainers/ryuk image to work. How can I configure testcontainers so as to tell it where to load testcontainers/ryuk from?
Getting testcontainers/ryuk from internal hub
Maybe someone has encountered this problem. I use testcontainers for unit and integration tests in Java. I need to run them on a stand in the internal network. But the problem is that the network does not have access to the Internet, and can only use internal resources. At the same time, testcontainers requires the testcontainers/ryuk image to work. How can I configure testcontainers so as to tell it where to load testcontainers/ryuk from?
Getting testcontainers/ryuk from internal hub
Maybe someone has encountered this problem. I use testcontainers for unit and integration tests in Java. I need to run them on a stand in the internal network. But the problem is that the network does not have access to the Internet, and can only use internal resources. At the same time, testcontainers requires the testcontainers/ryuk image to work. How can I configure testcontainers so as to tell it where to load testcontainers/ryuk from?
testcontainers/ryuk stopping while test are running
I’m running my Node.js unit test with Tap.js lib, using testcontainers last version (10.9.0).
Whenever I start the tests, the container are succesfully created, but testcontainer/ryuk kills them while tests are still running.