github batect/batect 0.3

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

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.

Don't miss a new batect release

NewReleases is sending notifications on new releases.