Skip to content

v1.1.0 (🍇 Grape Soda)

Compare
Choose a tag to compare
@lox lox released this 24 Jan 02:59
· 523 commits to master since this release
7b28886

🚨 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