github batect/batect 0.43.0

latest releases: 0.85.0, 0.84.0, 0.83.9...
4 years ago

What's new

  • Created Docker containers will now be given user-friendly names, making them easier to identify when running commands like docker ps.

    For example, if a task starts a db container and an app container, the running Docker containers will be given names like db-abcd23 and app-abcd23 (#401 - thanks to @camjackson for the feedback in the batect Spectrum community)

  • The sample projects page now includes @yearofthedan's example showing using batect with Terraform to provision resources in GCP.

What's been fixed

  • The issue where pulling an image could time out while waiting for the extraction step to complete has been fixed.

  • The issue where image pull progress would get stuck on 'download complete' while Docker was extracting image layers has been fixed.

  • The issue where batect would fail to start when running as part of a GitHub Actions workflow with java.lang.IllegalArgumentException: The value '3.0.10+azure' is not recognised as a valid version. has been fixed.

Getting started

First time using batect? Take a look at the getting started guide, or the many sample projects.

How to upgrade from previous versions

If you're already using batect, run ./batect --upgrade to upgrade automatically.

Don't miss a new batect release

NewReleases is sending notifications on new releases.