Added
- Add support for
device
flags on docker run (#135) @omeid - Add support for the
add-host
flag ondocker run
(#133) @underscorebrody
Fixed
Other Changes
- Add entrypoint disabling tests from #125 (thanks @pecigonzalo) (#131) @lox
- Remove debug mode and always print command executed (#130) @lox
- Update buildkite plugin docker-compose to v3.0.3 (#123) @renovate
- Update README to include sysctl (#124) @moorthya
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