TestContainers v1.1.9 Release Notes

Release Date: 2017-02-12 // about 7 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix inability to run Testcontainers on Alpine linux. Unix-socket-over-TCP is now used in linux environments where netty fails due to lack of glibc libraries (#290)
    • ๐Ÿ›  Fix slow feedback in the case of missing JDBC drivers by failing-fast if the required driver cannot be found (#280, #230)

    ๐Ÿ”„ Changed

    • โž• Add ability to change 'tiny image' used for disk space checks (#287)
    • โž• Add ability to attach volumes to a container using 'volumes from' (#244, #289)