github buildkite-plugins/docker-compose-buildkite-plugin v4.1.1
v4.1.1 (🍿 Tutucas)

latest releases: v5.4.0, v5.3.0, v5.2.0...
23 months ago

Bugfixes

Invalid tags in some options caused errors with docker-compose calls. That behaviour changes so that invalid tag values in:

  • build: will cause a more descriptive error
  • cache-from: will be ignored and output a warning
  • push: will be ignored and output a warning

Bug: if your pipeline uses tag-less cache-from elements, you will get a validation error that was fixed in version v4.3.0

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     docker-compose#v4.1.0:
+     docker-compose#v4.1.1:
        image: someimage
        workdir: /app

Don't miss a new docker-compose-buildkite-plugin release

NewReleases is sending notifications on new releases.