github buildkite-plugins/docker-buildkite-plugin v2.1.0
v2.1.0 (🌽 Spring Gardening)

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

What's Changed?

  • Add propagate-environment option for propagating the environment to the container (#80) @zsims
  • Support multiple line command on windows and fix command execution from Gitbash shells (#82) @filipesilva
  • Add privileged option for running privileged containers (#83) @magec

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     docker#v2.0.0:
+     docker#v2.1.0:
        image: someimage

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

NewReleases is sending notifications on new releases.