As per this issue in the main repo:
testcontainers/testcontainers-node#867
The change will simply make the image name and version mandatory, e.g new PostgreSqlContainer("postgres:X.Y.Z").start().
This should also make it easier to use a custom/enhanced restate image:
|
super(`docker.io/restatedev/restate:${version}`); |