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

0.55.0

Compare
Choose a tag to compare
@charleskorn charleskorn released this 17 Jun 09:01
0.55.0
ffe5187

Changes in this release:

  • New: it is now possible to run a task using an existing Docker network, rather than having batect create a network for the task automatically. (#509 - thanks to @hussein-joe for the suggestion)

    Run the task with --use-network=<network name> to use an existing network.

  • Fixed: image references in sha256:<hash> format were pulled on every task run

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.