Dobi Versions Save

A build automation tool for Docker applications

v0.15.0

3 years ago

v0.14.0

3 years ago

v0.13.0

4 years ago

v0.12.0

5 years ago

https://github.com/dnephin/dobi/milestone/7?closed=1

  • add arm binaries
  • fix some bugs with dependency checking, especially with env resources

v0.11.1

5 years ago

Fix a panic with Gotty

v0.11

6 years ago

This release includes:

  • adds image.target, image.cache-from, and image.network-mode`
  • add variable support for mount.bind

v0.10

6 years ago

This release includes:

  • added DOBI_NO_BIND_MOUNT for "no bind" mode of running jobs
  • added inline Dockerfiles as image.steps
  • added mount support for named docker volumes
  • added annotations.tags to the config for tagging resources
  • moves resource descriptions to annotations.description
  • job:rm force removes containers that may still be running
  • only mount the docker socket when job.provide-docker is enabled
  • fixed a bug with building using a base image from a private repo

Thanks @cescoferraro for your contributions to this release!

v0.9

7 years ago

This release includes the following changes:

  • Add support for variables in the image.image field
  • Add support for full image tags (include registry and repo) in the image.tags field
  • Add job.labels field
  • Add support for glob patterns in meta.include
  • Fix a bug with parsing the registry name for private repos

Thanks @cescoferraro for many of the feature additions in this release!

v0.8

7 years ago

This release includes the following changes:

  • add an env resource type for setting environment variables
  • add a job:capture(VARIABLE) action to job tasks for capturing the stdout of a job in a variable
  • add port, user, and devices fields to the job resource
  • add dobi autoclean built-in task for running the remove action on all resources
  • add user. variable support for getting uid, username, etc
  • fixed a bug with image authentication on private registries

See milestone 0.8 for a full list of issues and PRs.

Thanks @cescoferraro for your contributions to this release!

v0.7

7 years ago
  • Fix a bug prevent image pulls from private repos
  • add description field to all resources
  • fix a panic when some config fields were null
  • fix image build cache path for windows (escape :)