github buildkite-plugins/docker-compose-buildkite-plugin v5.2.0
v5.2.0 (🥩 Asado Night!)

2 months ago

Changes

  • Add service label build options (#429) @jquick
  • Add run-image option where you can pass an image and it will try to run with it (#430) @jquick

Upgrading

To upgrade, update your pipeline.yml files:

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

You can check out our notes for more detailed information on the major release of the plugin v5

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

NewReleases is sending notifications on new releases.