Expected Behaviour
The test fails, because the set container cannot be found.
...
Actual Behaviour
testcontainers/ryuk:0.14.0 is used for the Ryuk container
...
Cause
In reaper.ts, the REAPER_IMAGE is loaded immediately, removing the possibility to dynamically set the image through dotenv or process.env
...
Steps to Reproduce
- Use
process.env.RYUK_CONTAINER_IMAGE = "nonexistentimageforreproduction"
- Start an arbitrary Generic container.
Environment Information
- Testcontainers version: 11.14.0
Expected Behaviour
The test fails, because the set container cannot be found.
...
Actual Behaviour
testcontainers/ryuk:0.14.0 is used for the Ryuk container
...
Cause
In reaper.ts, the REAPER_IMAGE is loaded immediately, removing the possibility to dynamically set the image through dotenv or process.env
...
Steps to Reproduce
process.env.RYUK_CONTAINER_IMAGE = "nonexistentimageforreproduction"Environment Information