Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

0.45.0

Compare
Choose a tag to compare
@charleskorn charleskorn released this 20 Feb 09:56
0.45.0
c4ec395

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.