What’s changed?
- Add support for connecting the container to a docker network #14 (@roblugton)
- Support additional groups (
--group-add
) #20 (@haines) - Add docker runtime support #39 (@asford)
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker#v1.1.1:
+ docker#v1.2.0:
image: someimage
workdir: /app