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

0.3

Compare
Choose a tag to compare
@charleskorn charleskorn released this 29 Sep 05:02

What's new

  • You'll now see more detailed progress information while an image is building (eg. build-env: building image: step 1 of 3: FROM nginx:1.13.0)
  • batect can now generate a log file as it runs, which is useful for diagnosing problems. Run batect with --log-file=<path to log file> to generate a log file.
  • It's now possible to force the simple output mode on with --simple-output. batect will still try to detect when it makes sense to use the simple output mode automatically, but now you can force it on yourself if need be. (The simple output mode is primarily intended for use during CI builds, as it doesn't overwrite itself like the fancy output mode does.)
  • It's now possible to disable coloured output with --no-colors. This is useful if your CI server doesn't correctly handle ANSI escape codes. (Specifying --no-colors automatically enables the simple output mode.)

Getting started

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

How to upgrade from previous versions

Already using batect? To install this update, simply replace the batect script in your project with the one attached to this release.