Changes
- Add support for IPC options on docker run (#148) @underscorebrody
- Escape /C to workaround a bug in Git for Windows 2.24.1.2 (#152) @jeremiahsnapp
- Set userns=host for the privileged case (#147) @jolexa
Dependency Updates
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker#v3.4.0:
+ docker#v3.5.0:
image: someimage
workdir: /app