github buildkite-plugins/docker-buildkite-plugin v4.0.0
v4.0.0 (🚦 Ready to leave)

latest releases: v5.11.0, v5.10.0, v5.9.0...
19 months ago

Mayor change:

PR #208 removed the alternative of the plugin option --entrypoint to be a boolean because there was a bug in the implementation and its tests 😱, the false option never worked (see issue #138)

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     docker#v3.14.0:
+     docker#v4.0.0:
        image: someimage
        workdir: /app

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

NewReleases is sending notifications on new releases.