github buildkite-plugins/docker-buildkite-plugin v1.1.0
v1.1.0 (πŸ‡ Grape Soda)

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

🚨 This release contains a backwards compatibility bug, where bash -c was removed from the command execution. This has been fixed in v1.1.1

What’s changed?

  • Added workdir default (/workdir) (thanks @mikeknox)
  • Added user config for passing --user to docker run (thanks @mikeknox)
  • Added always-pull config for always pulling from docker registry before running (thanks @maktouch)
  • Added mounts config for mounting volumes in (thanks @maktouch)
  • Added environment config for extra environment vars
  • Default to mounting in the buildkite-agent binary, opt-out with mount-buildkite-agent

Upgrading

To upgrade, update your pipeline.yml files:

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

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

NewReleases is sending notifications on new releases.