github buildkite-plugins/docker-buildkite-plugin v1.2.0
v1.2.0 (⚪️ Chalk It Up)

latest releases: v5.11.0, v5.10.0, v5.9.0...
5 years ago

What’s changed?

  • Add support for connecting the container to a docker network #14 (@roblugton)
  • Support additional groups (--group-add) #20 (@haines)
  • Add docker runtime support #39 (@asford)

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-       docker#v1.1.1:
+       docker#v1.2.0:
        image: someimage
        workdir: /app

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

NewReleases is sending notifications on new releases.