TestContainers v1.1.8 Release Notes

Release Date: 2017-01-22 // about 7 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿณ Compatibility fixes for Docker for Mac v1.13.0 (#272)
    • ๐Ÿณ Relax docker environment disk space check to accomodate unusual empty df output observed on Docker for Mac with OverlayFS (#273, #278)
    • ๐Ÿ›  Fix inadvertent private-scoping of startup checks' StartupStatus, which made implementation of custom startup checks impossible (#266)
    • ๐Ÿ›  Fix potential resource lead/deadlock when errors are encountered building images from a Dockerfile (#274)

    ๐Ÿ”„ Changed

    • โž• Add support for execution within a Docker container (#267), correcting resolution of container addresses
    • โž• Add support for version 2 of private docker registries, configured via $HOME/.docker/config.json (#270)
    • โœ… Use current classloader instead of system classloader for loading JDBC drivers (#261)
    • ๐Ÿ‘ Allow hardcoded container image names for Ambassador and VNC recorder containers to be changed via a configuration file (#277, #259)
    • ๐Ÿ‘ Allow Selenium Webdriver container image name to be specified as a constructor parameter (#249, #171)