-
-
Notifications
You must be signed in to change notification settings - Fork 251
Closed
Labels
maintenanceImprovements that do not change functionalityImprovements that do not change functionalitymajorAn incompatible API changeAn incompatible API change
Description
We currently have default images and versions defined for all modules. This means users can start a container effortlessly like new PostgreSqlContainer().start(). This works well when the module is first created and is using the latest versions, but as these versions get out of date, it is not possible for Testcontainers to push a change increasing the default module versions, as it could potentially break the builds of everyone using the default values. It is not feasible to continuously update and push out breaking changes.
The change will simply make the image name and version mandatory, e.g new PostgreSqlContainer("postgres:X.Y.Z").start().
stscoundrel, joebowbeer, javierlopezdeancos, mdelapenya and jeengbe
Metadata
Metadata
Assignees
Labels
maintenanceImprovements that do not change functionalityImprovements that do not change functionalitymajorAn incompatible API changeAn incompatible API change