github batect/batect 0.44.0

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

What's new

  • It's now possible to use expressions like references to environment variables in the local path for volume mounts, for example:

    containers:
      build-env:
        # ... other config
        volumes:
          - local: $CODE_DIR
            container: /code

    (#289 - thanks to @flobas for the suggestion)

What's changed

  • Releases will now be published to the batect/batect Bintray repository. The old repository will not be removed, but new versions will only be published to the new repository. This should have no impact for most users - the latest version of the wrapper script will use the new repository automatically.

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.