github buildkite-plugins/docker-buildkite-plugin v3.3.0
v3.3.0 (🦙 So Many Llamas)

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

Added

Fixed

  • Cleanup any remaining containers in a pre-exit (#129) @lox
  • Fail when docker pull fails (#119) @lox

Other Changes

Upgrading

To upgrade, update your pipeline.yml files:

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

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

NewReleases is sending notifications on new releases.