github batect/batect 0.45.0

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

What's new

  • It is now possible to set the health check command for a container in the batect configuration file. This overrides the command set in the image. For example:

    containers:
      db:
        image: my-db:1.2.3
        health_check:
          command: check-health

What's been fixed

  • The issue where running a Windows container could fail with a NumberFormatException 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.