github buildkite-plugins/docker-buildkite-plugin v3.4.0
v3.4.0 (☕️ Coffee in Cars)

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

Added

  • Support publishing ports with publish (#145) @joscha
  • Add some better errors when $SSH_AUTH_SOCK is wrong (#143) @lox
  • Support userns for customizing user namespacing (#141) @elruwen
  • Remove redundant checks and fix readme (#136) @omeid

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     docker#v3.3.0:
+     docker#v3.4.0:
        image: someimage
        workdir: /app

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

NewReleases is sending notifications on new releases.