1.7.2
https://github.com/testcontainers/testcontainers-java/milestone/33?closed=1
Fixed
- Retry any exceptions (not just
DockerClientException) on image pull (#662) - Fixed handling of the paths with
+in them (#664)
Changed
- Database container images are now pinned to a specific version rather than using
latest. The tags selected are the most recent as of the time of this change. If a JDBC URL is used with no tag specified, a WARN level log message is output, pending a future change to make tags mandatory in the JDBC URL. (#671) - Updated docker-java to 3.1.0-rc-3, enforced
org.jetbrains:annotations:15.0. (#672)